mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Cleanup: Removed debug output
This commit is contained in:
parent
b47fc523b9
commit
53b526074f
1 changed files with 0 additions and 1 deletions
|
@ -2008,7 +2008,6 @@ float Task::urgency_blocking () const
|
||||||
// It came from the Command base object, but doesn't really belong there either.
|
// It came from the Command base object, but doesn't really belong there either.
|
||||||
void Task::modify (modType type, bool text_required /* = false */)
|
void Task::modify (modType type, bool text_required /* = false */)
|
||||||
{
|
{
|
||||||
context.debug ("Task::modify");
|
|
||||||
std::string label = " [1;37;43mMODIFICATION[0m ";
|
std::string label = " [1;37;43mMODIFICATION[0m ";
|
||||||
|
|
||||||
// Need this for later comparison.
|
// Need this for later comparison.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue