task: remove accidentally committed debug message

This commit is contained in:
rdb 2018-03-08 11:19:43 +01:00
parent d8b48a3837
commit 9a31478744

View File

@ -244,7 +244,6 @@ add_waiting_task(AsyncTask *task) {
*/
void AsyncFuture::
wake_task(AsyncTask *task) {
cerr << "waking task\n";
AsyncTaskManager *manager = task->_manager;
if (manager == nullptr) {
// If it's an unscheduled task, schedule it on the same manager as the