From 059152babade4918aae76ec81fe0b29c9da78f2b Mon Sep 17 00:00:00 2001 From: ponchio Date: Wed, 23 Nov 2011 14:40:43 +0000 Subject: [PATCH] removed debug --- wrap/gcache/controller.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wrap/gcache/controller.h b/wrap/gcache/controller.h index 23b6a7db..f012df8f 100644 --- a/wrap/gcache/controller.h +++ b/wrap/gcache/controller.h @@ -150,7 +150,6 @@ class Controller { //waiting &= caches[i]->isWaiting(); waiting &= caches[i]->input->check_queue.isWaiting(); } - qDebug() << "Waiting? " << waiting; return waiting; } };