From 800b1742945ce30dfbb843245dcc06bbd365e533 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 18 Jul 2016 17:22:37 -0400 Subject: [PATCH] CmdMove: Removed redundant error message --- src/commands/CmdMove.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands/CmdMove.cpp b/src/commands/CmdMove.cpp index d5be8e85..f05cb459 100644 --- a/src/commands/CmdMove.cpp +++ b/src/commands/CmdMove.cpp @@ -98,8 +98,6 @@ int CmdMove ( if (rules.getBoolean ("verbose")) std::cout << "Moved @" << id << " to " << i.range.start.toISOLocalExtended () << '\n'; } - else - std::cout << "Provide an interval IDs to move.\n"; return 0; }