mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdMove: Removed redundant error message
This commit is contained in:
parent
631916b659
commit
800b174294
1 changed files with 0 additions and 2 deletions
|
@ -98,8 +98,6 @@ int CmdMove (
|
||||||
if (rules.getBoolean ("verbose"))
|
if (rules.getBoolean ("verbose"))
|
||||||
std::cout << "Moved @" << id << " to " << i.range.start.toISOLocalExtended () << '\n';
|
std::cout << "Moved @" << id << " to " << i.range.start.toISOLocalExtended () << '\n';
|
||||||
}
|
}
|
||||||
else
|
|
||||||
std::cout << "Provide an interval IDs to move.\n";
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue