CmdStart: Removed useless comment

This commit is contained in:
Paul Beckingham 2016-05-12 17:28:07 -04:00
parent 1d84152185
commit b1b093c975

View file

@ -55,7 +55,6 @@ int CmdStart (
database.addInterval (interval);
// TODO intervalSummarїze needs to operate on a vector of similar intervals.
// User feedback.
if (rules.getBoolean ("verbose"))
std::cout << intervalSummarize (rules, modified);
}