We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30195ec commit 4219a0aCopy full SHA for 4219a0a
runtime/js-compute-runtime/core/event_loop.cpp
@@ -200,7 +200,6 @@ bool EventLoop::process_pending_async_tasks(JSContext *cx) {
200
201
for (size_t i = 0; i < count; i++) {
202
auto pending_obj = (*pending_async_tasks)[i];
203
- fprintf(stderr, "oooh %i\n", AsyncTask::get_handle(pending_obj));
204
handles.push_back(host_api::AsyncHandle(AsyncTask::get_handle(pending_obj)));
205
}
206
0 commit comments