diff options
author | 2023-08-08 00:31:46 -0700 | |
---|---|---|
committer | 2023-08-08 00:31:46 -0700 | |
commit | 25c91aecab8aae72f030843abfcdeee2595fc9d1 (patch) | |
tree | 036419bd83a1815858ea851841ede0a101428ec5 | |
parent | 5497accbdb14da9e361175ad1cd074731b7f8eeb (diff) | |
download | bun-25c91aecab8aae72f030843abfcdeee2595fc9d1.tar.gz bun-25c91aecab8aae72f030843abfcdeee2595fc9d1.tar.zst bun-25c91aecab8aae72f030843abfcdeee2595fc9d1.zip |
Remove printf
-rw-r--r-- | src/bun.js/bindings/webcore/JSWorker.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bun.js/bindings/webcore/JSWorker.cpp b/src/bun.js/bindings/webcore/JSWorker.cpp index 1b65cba47..ce114978d 100644 --- a/src/bun.js/bindings/webcore/JSWorker.cpp +++ b/src/bun.js/bindings/webcore/JSWorker.cpp @@ -422,7 +422,6 @@ JSC_DEFINE_CUSTOM_SETTER(setJSWorker_onerror, (JSGlobalObject * lexicalGlobalObj static inline JSC::EncodedJSValue jsWorkerPrototypeFunction_terminateBody(JSC::JSGlobalObject* lexicalGlobalObject, JSC::CallFrame* callFrame, typename IDLOperation<JSWorker>::ClassParameter castedThis) { - printf("bruh \n"); auto& vm = JSC::getVM(lexicalGlobalObject); auto throwScope = DECLARE_THROW_SCOPE(vm); UNUSED_PARAM(throwScope); |