diff --git a/tooling/dynamic/backend/js_pt_hooks.cpp b/tooling/dynamic/backend/js_pt_hooks.cpp index 6d11dce040a7bcb91f71e7d1855fff3ba95c42ad..9b1ffc355fbc0be7b13013b3a5f91516a3a7b635 100644 --- a/tooling/dynamic/backend/js_pt_hooks.cpp +++ b/tooling/dynamic/backend/js_pt_hooks.cpp @@ -44,8 +44,6 @@ void JSPtHooks::Exception([[maybe_unused]] const JSPtLocation &location) bool JSPtHooks::SingleStep(const JSPtLocation &location) { - LOG_DEBUGGER(DEBUG) << "JSPtHooks: SingleStep => " << location.GetBytecodeOffset(); - [[maybe_unused]] LocalScope scope(debugger_->vm_); DebugStepFlags::Get().SetDyn2StatInto(true);