println in lib code is uncool.

pull/1/head
Bradlee Speice 2018-06-03 23:56:17 -04:00
parent 08a781175e
commit b0e737f088
1 changed files with 0 additions and 1 deletions

View File

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