mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -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::
|
void AsyncFuture::
|
||||||
wake_task(AsyncTask *task) {
|
wake_task(AsyncTask *task) {
|
||||||
cerr << "waking task\n";
|
|
||||||
AsyncTaskManager *manager = task->_manager;
|
AsyncTaskManager *manager = task->_manager;
|
||||||
if (manager == nullptr) {
|
if (manager == nullptr) {
|
||||||
// If it's an unscheduled task, schedule it on the same manager as the
|
// If it's an unscheduled task, schedule it on the same manager as the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user