Remove printdebug
This commit is contained in:
parent
2b57a7cd57
commit
bfafac0d48
2 changed files with 3 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -6,3 +6,6 @@ check:
|
||||||
|
|
||||||
dialyzer:
|
dialyzer:
|
||||||
./rebar3 dialyzer
|
./rebar3 dialyzer
|
||||||
|
|
||||||
|
publish:
|
||||||
|
./rebar3 hex publish
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue