Skip to content

Commit

Permalink
remove tmp debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Dec 11, 2024
1 parent 83ba953 commit a65a2da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ EM_JS(void, emsc_js_load_async, (const char* c_key, util_load_callback_t complet
_util_emsc_load_callback(false, completed, 0, 0, userdata);
return;
}
console.log('after indexedDB open');
open_request.onupgradeneeded = () => {
console.log('emsc_js_load_async: onupgradeneeded');
const db = open_request.result;
Expand Down

0 comments on commit a65a2da

Please sign in to comment.