We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d8bcd commit 20e0c11Copy full SHA for 20e0c11
lib/cldr/backend/cldr_backend.ex
@@ -490,8 +490,8 @@ defmodule Cldr.Backend do
490
with {:ok, %LanguageTag{cldr_locale_name: locale_name}} <- validate_locale(locale) do
491
marks = quote_marks_for(locale_name)
492
493
- IO.inspect marks.quotation_start, label: "Quote start for #{locale_name}"
494
- IO.inspect marks.quotation_end, label: "Quote end for #{locale_name}"
+ # IO.inspect marks.quotation_start, label: "Quote start for #{locale_name}"
+ # IO.inspect marks.quotation_end, label: "Quote end for #{locale_name}"
495
496
quote_start = quote_preference(marks.quotation_start, preference)
497
quote_end = quote_preference(marks.quotation_end, preference)
0 commit comments