mirror of
https://github.com/bspeice/dtparse
synced 2025-07-01 05:46:14 -04:00
println in lib code is uncool.
This commit is contained in:
@ -1018,7 +1018,6 @@ impl Parser {
|
||||
{
|
||||
Ok(None)
|
||||
} else {
|
||||
println!("{:?}, {:?}", res.tzname, res.tzoffset);
|
||||
Err(ParseError::TimezoneUnsupported)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user