removed debug

This commit is contained in:
Federico Ponchio 2011-11-23 14:40:43 +00:00
parent 27e6c3eb39
commit 059152baba
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ class Controller {
//waiting &= caches[i]->isWaiting();
waiting &= caches[i]->input->check_queue.isWaiting();
}
qDebug() << "Waiting? " << waiting;
return waiting;
}
};