From e719749e399fc4490fdaf471a000dc841d576c73 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 8 Apr 2012 01:19:47 -0700 Subject: This debug message wasn't supposed to get committed... --- src/TaskMan.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/TaskMan.cc b/src/TaskMan.cc index 1695d39..97732e4 100644 --- a/src/TaskMan.cc +++ b/src/TaskMan.cc @@ -230,8 +230,6 @@ int Balau::TaskMan::mainLoop() { // checking "STARTING" tasks, and running them once while ((iH = starting.begin()) != starting.end()) { Task * t = *iH; - if (t->getStatus() != Task::STARTING) - Printer::elog(E_TASK, "pouet"); IAssert(t->getStatus() == Task::STARTING, "Got task at %p in the starting list, but isn't starting.", t); t->switchTo(); IAssert(t->getStatus() != Task::STARTING, "Task at %p got switchedTo, but still is 'STARTING'.", t); -- cgit v1.2.3