Skip to content

Commit 3020d6e

Browse files
committed
One more debug attempt
1 parent 49bf44b commit 3020d6e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/cldr/backend/cldr_backend.ex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -807,13 +807,13 @@ defmodule Cldr.Backend do
807807

808808
defp quote_marks_for(unquote(locale_name)) do
809809
marks = unquote(Macro.escape(delimiters))
810-
if !is_map(marks.quotation_start) do
811-
IO.inspect marks.quotation_start, label: "Quote start for #{unquote(locale_name)} is not a map"
812-
end
813-
814-
if !is_map(marks.quotation_end) do
815-
IO.inspect marks.quotation_start, label: "Quote end for #{unquote(locale_name)} is not a map"
816-
end
810+
# if !is_map(marks.quotation_start) do
811+
# IO.inspect marks.quotation_start, label: "Quote start for #{unquote(locale_name)} is not a map"
812+
# end
813+
#
814+
# if !is_map(marks.quotation_end) do
815+
# IO.inspect marks.quotation_end, label: "Quote end for #{unquote(locale_name)} is not a map"
816+
# end
817817
marks
818818
end
819819

0 commit comments

Comments
 (0)