From 2443ecd275a8e1b052377d4fa65f401cf0e902ec Mon Sep 17 00:00:00 2001 From: fangting Date: Thu, 28 Aug 2025 16:54:40 +0800 Subject: [PATCH] log too much Issue:#ICV9SH Signed-off-by: fangting --- tooling/dynamic/backend/js_pt_hooks.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tooling/dynamic/backend/js_pt_hooks.cpp b/tooling/dynamic/backend/js_pt_hooks.cpp index 6d11dce0..9b1ffc35 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); -- Gitee