From d177acfcbd74337778a8cee430d9d7622ee854f4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 16 Oct 2010 21:24:12 -0400 Subject: [PATCH] Cleanup - Removed redundant message from duplication command. --- src/command.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/command.cpp b/src/command.cpp index 2c7752d7a..c30c69212 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -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 all;