TI-116: Remove superfluous feedback

This commit is contained in:
Thomas Lauf 2018-03-10 21:26:28 +01:00
parent f37d7ab6fe
commit 5264947de8

View file

@ -94,10 +94,6 @@ int CmdStop (
throw format ("The current interval does not have the '{1}' tag.", tag);
}
latest.range.end = modified.range.end;
if (rules.getBoolean ("verbose"))
std::cout << intervalSummarize (database, rules, latest);
// Open a new interval with remaining tags, if any.
if (filter.tags ().size () &&
modified.tags ().size () != latest.tags ().size ())