mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
Remove printf
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user