Remove printdebug

This commit is contained in:
Jesse Gumm 2021-06-30 21:19:47 -05:00
parent 2b57a7cd57
commit bfafac0d48
2 changed files with 3 additions and 1 deletions

View file

@ -6,3 +6,6 @@ check:
dialyzer: dialyzer:
./rebar3 dialyzer ./rebar3 dialyzer
publish:
./rebar3 hex publish

View file

@ -138,7 +138,6 @@ tz_name(LocalDateTime, Timezone) ->
is_not_in_dst -> is_not_in_dst ->
StdName; StdName;
ambiguous_time -> ambiguous_time ->
error_logger:info_msg("TZ Name: ~p, ~p",[StdName, DstName]),
{StdName, DstName}; {StdName, DstName};
time_not_exists -> time_not_exists ->
unable_to_detect unable_to_detect