removed debug
This commit is contained in:
parent
27e6c3eb39
commit
059152baba
|
@ -150,7 +150,6 @@ class Controller {
|
||||||
//waiting &= caches[i]->isWaiting();
|
//waiting &= caches[i]->isWaiting();
|
||||||
waiting &= caches[i]->input->check_queue.isWaiting();
|
waiting &= caches[i]->input->check_queue.isWaiting();
|
||||||
}
|
}
|
||||||
qDebug() << "Waiting? " << waiting;
|
|
||||||
return waiting;
|
return waiting;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue