Cleanup: Removed debug output

This commit is contained in:
Paul Beckingham 2016-05-20 10:56:20 -05:00
parent 7d2d06dbcd
commit 0683e14777

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.
void Task::modify (modType type, bool text_required /* = false */)
{
context.debug ("Task::modify");
std::string label = " MODIFICATION ";
// Need this for later comparison.