mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
task: remove accidentally committed debug message
This commit is contained in:
parent
d8b48a3837
commit
9a31478744
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user