Skip to content

Commit

Permalink
fix: remove debugging message which got commited
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Apr 12, 2024
1 parent 30195ec commit 4219a0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/js-compute-runtime/core/event_loop.cpp
Expand Up @@ -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)));
}

Expand Down

0 comments on commit 4219a0a

Please sign in to comment.