From 16b8f90048cf5883cd328cfa942b284c1a1470e5 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 6 Sep 2015 03:05:19 -0400 Subject: [PATCH] Task: Removed commented code --- src/Task.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Task.cpp b/src/Task.cpp index ce3cc626d..3242cb896 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -25,7 +25,6 @@ //////////////////////////////////////////////////////////////////////////////// #include -#include // TODO Remove #include #include #include @@ -1979,8 +1978,6 @@ void Task::modify (modType type, bool text_required /* = false */) { if (a._lextype == Lexer::Type::pair) { -// std::cout << "# Task::modify " << a.dump () << "\n"; - // 'canonical' is the canonical name. Needs to be said. // 'value' requires eval. std::string name = a.attribute ("canonical");