File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -490,13 +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- if ! is_map ( marks . quotation_start ) do
494- IO . inspect marks . quotation_start , label: "Quote start for #{ locale_name } is not a map"
495- end
496-
497- if ! is_map ( marks . quotation_end ) do
498- IO . inspect marks . quotation_end , label: "Quote end for #{ locale_name } is not a map"
499- end
493+ IO . inspect marks . quotation_start , label: "Quote start for #{ locale_name } "
494+ IO . inspect marks . quotation_end , label: "Quote end for #{ locale_name } "
500495
501496 quote_start = quote_preference ( marks . quotation_start , preference )
502497 quote_end = quote_preference ( marks . quotation_end , preference )
You can’t perform that action at this time.
0 commit comments