mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
CmdTrack: Removed old comments
This commit is contained in:
parent
4bddbf858b
commit
04216b8a62
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue