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