From 9a3147874425c5677e34c6aec272d0cc7342c542 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 8 Mar 2018 11:19:43 +0100 Subject: [PATCH] task: remove accidentally committed debug message --- panda/src/event/asyncFuture.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/event/asyncFuture.cxx b/panda/src/event/asyncFuture.cxx index f1aaaba842..25ae6bfa1c 100644 --- a/panda/src/event/asyncFuture.cxx +++ b/panda/src/event/asyncFuture.cxx @@ -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