Skip to content

Commit 20e0c11

Browse files
committed
Try without debug
1 parent b8d8bcd commit 20e0c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/cldr/backend/cldr_backend.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,8 @@ defmodule Cldr.Backend do
490490
with {:ok, %LanguageTag{cldr_locale_name: locale_name}} <- validate_locale(locale) do
491491
marks = quote_marks_for(locale_name)
492492

493-
IO.inspect marks.quotation_start, label: "Quote start for #{locale_name}"
494-
IO.inspect marks.quotation_end, label: "Quote end for #{locale_name}"
493+
# IO.inspect marks.quotation_start, label: "Quote start for #{locale_name}"
494+
# IO.inspect marks.quotation_end, label: "Quote end for #{locale_name}"
495495

496496
quote_start = quote_preference(marks.quotation_start, preference)
497497
quote_end = quote_preference(marks.quotation_end, preference)

0 commit comments

Comments
 (0)