File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments