Cleanup: Removed debug output

This commit is contained in:
Paul Beckingham 2016-05-20 10:56:20 -05:00
parent b47fc523b9
commit 53b526074f

View file

@ -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 = " MODIFICATION "; std::string label = " MODIFICATION ";
// Need this for later comparison. // Need this for later comparison.