mirror of
https://github.com/bspeice/dtparse
synced 2025-06-30 13:26:06 -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