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:
|
||||
./rebar3 dialyzer
|
||||
|
||||
publish:
|
||||
./rebar3 hex publish
|
||||
|
|
|
@ -138,7 +138,6 @@ tz_name(LocalDateTime, Timezone) ->
|
|||
is_not_in_dst ->
|
||||
StdName;
|
||||
ambiguous_time ->
|
||||
error_logger:info_msg("TZ Name: ~p, ~p",[StdName, DstName]),
|
||||
{StdName, DstName};
|
||||
time_not_exists ->
|
||||
unable_to_detect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue