Merge pull request #12 from aramallo/master
Removed io:format/2 call from try_parsers/2.
This commit is contained in:
commit
4f19dcf5ec
1 changed files with 0 additions and 1 deletions
|
@ -616,7 +616,6 @@ try_registered_parsers(RawDate) ->
|
|||
try_parsers(_RawDate,[]) ->
|
||||
undefined;
|
||||
try_parsers(RawDate,[{ParserKey,Parser}|Parsers]) ->
|
||||
io:format("Trying Parser: ~p~n", [ParserKey]),
|
||||
try Parser(RawDate) of
|
||||
{{_,_,_},{_,_,_}} = DateTime ->
|
||||
{DateTime,undefined};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue