mirror of
https://github.com/bspeice/dtparse
synced 2024-11-12 17:08:09 -05:00
println in lib code is uncool.
This commit is contained in:
parent
08a781175e
commit
b0e737f088
@ -1018,7 +1018,6 @@ impl Parser {
|
||||
{
|
||||
Ok(None)
|
||||
} else {
|
||||
println!("{:?}, {:?}", res.tzname, res.tzoffset);
|
||||
Err(ParseError::TimezoneUnsupported)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user