Remove an extraneous TODO

pull/12/head
Bradlee Speice 2018-07-02 22:54:20 -04:00
parent 79ac26e07f
commit c566c5b7c8
1 changed files with 0 additions and 1 deletions

View File

@ -566,7 +566,6 @@ impl Parser {
let default_ts = NaiveDateTime::new(default_date, NaiveTime::from_hms(0, 0, 0));
// TODO: What should be done with the tokens?
let (res, tokens) =
self.parse_with_tokens(timestr, dayfirst, yearfirst, fuzzy, fuzzy_with_tokens)?;