1
0
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:
Bradlee Speice 2018-06-03 23:56:17 -04:00
parent 08a781175e
commit b0e737f088

View File

@ -1018,7 +1018,6 @@ impl Parser {
{
Ok(None)
} else {
println!("{:?}, {:?}", res.tzname, res.tzoffset);
Err(ParseError::TimezoneUnsupported)
}
}