mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
- Removed unnecessary TODO items from the source code.
This commit is contained in:
parent
fd8f63dec6
commit
1a580b1967
3 changed files with 1 additions and 5 deletions
|
@ -2196,8 +2196,6 @@ void handleReportStats (const TDB& tdb, T& task, Config& conf)
|
|||
if (tags.size ()) ++taggedT;
|
||||
}
|
||||
|
||||
// TODO Unused feature list
|
||||
|
||||
std::cout << "Pending " << pendingT << std::endl
|
||||
<< "Completed " << completedT << std::endl
|
||||
<< "Deleted " << deletedT << std::endl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue