diff --git a/tooling/dynamic/backend/js_pt_hooks.cpp b/tooling/dynamic/backend/js_pt_hooks.cpp index 1ccb46ec49b351d76b8ecc8661cae8ce3453b246..ab7e948d485d1513d4fcac942a4ff9d2105e4c6f 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);