mirror of
https://github.com/bspeice/dtparse
synced 2024-11-14 09:58: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)
|
Ok(None)
|
||||||
} else {
|
} else {
|
||||||
println!("{:?}, {:?}", res.tzname, res.tzoffset);
|
|
||||||
Err(ParseError::TimezoneUnsupported)
|
Err(ParseError::TimezoneUnsupported)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user