CmdTrack: Removed old comments

This commit is contained in:
Paul Beckingham 2016-04-11 23:17:05 -04:00
parent 4bddbf858b
commit 04216b8a62

View file

@ -38,15 +38,13 @@ int CmdTrack (
// Set up a filter based on the command line.
auto filter = createFilterFromCLI (cli);
// TODO Add new interval.
// Add new interval.
Interval tracked;
tracked.start (filter.start ());
tracked.end (filter.end ());
for (auto& tag : filter.tags ())
tracked.tag (tag);
// TODO Apply exclusions.
// Update database.
database.addInterval (tracked);