1
0
mirror of https://github.com/bspeice/dtparse synced 2024-11-12 17:08:09 -05:00

Remove an extraneous TODO

This commit is contained in:
Bradlee Speice 2018-07-02 22:54:20 -04:00
parent 79ac26e07f
commit c566c5b7c8

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)?;