diff --git a/runtime/js-compute-runtime/core/event_loop.cpp b/runtime/js-compute-runtime/core/event_loop.cpp index 4a23f4ddd8..3fc8edd07b 100644 --- a/runtime/js-compute-runtime/core/event_loop.cpp +++ b/runtime/js-compute-runtime/core/event_loop.cpp @@ -200,7 +200,6 @@ bool EventLoop::process_pending_async_tasks(JSContext *cx) { for (size_t i = 0; i < count; i++) { auto pending_obj = (*pending_async_tasks)[i]; - fprintf(stderr, "oooh %i\n", AsyncTask::get_handle(pending_obj)); handles.push_back(host_api::AsyncHandle(AsyncTask::get_handle(pending_obj))); }