mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Cleanup
- Removed redundant message from duplication command.
This commit is contained in:
parent
354debcf96
commit
d177acfcbd
1 changed files with 0 additions and 1 deletions
|
@ -1982,7 +1982,6 @@ int handleDuplicate (std::string &outs)
|
|||
|
||||
if (context.config.getBoolean ("echo.command"))
|
||||
{
|
||||
out << "Duplicated " << count << " task" << (count == 1 ? ".\n" : "s.\n");
|
||||
#ifdef FEATURE_NEW_ID
|
||||
// All this, just for an id number.
|
||||
std::vector <Task> all;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue