mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
TI-116: Remove superfluous feedback
This commit is contained in:
parent
f37d7ab6fe
commit
5264947de8
1 changed files with 0 additions and 4 deletions
|
@ -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 ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue