Skip to content

Commit 4219a0a

Browse files
author
Jake Champion
committed
fix: remove debugging message which got commited
1 parent 30195ec commit 4219a0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime/js-compute-runtime/core/event_loop.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ bool EventLoop::process_pending_async_tasks(JSContext *cx) {
200200

201201
for (size_t i = 0; i < count; i++) {
202202
auto pending_obj = (*pending_async_tasks)[i];
203-
fprintf(stderr, "oooh %i\n", AsyncTask::get_handle(pending_obj));
204203
handles.push_back(host_api::AsyncHandle(AsyncTask::get_handle(pending_obj)));
205204
}
206205

0 commit comments

Comments
 (0)