- Removed unnecessary TODO items from the source code.

This commit is contained in:
Paul Beckingham 2008-05-30 22:10:06 -04:00
parent fd8f63dec6
commit 1a580b1967
3 changed files with 1 additions and 5 deletions

View file

@ -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