CmdMove: Removed redundant error message

This commit is contained in:
Paul Beckingham 2016-07-18 17:22:37 -04:00
parent 631916b659
commit 800b174294

View file

@ -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;
}