From c8c9cc8a7083cd149c130e94aba7a4d2be83b629 Mon Sep 17 00:00:00 2001 From: fangting Date: Thu, 28 Aug 2025 10:38:51 +0800 Subject: [PATCH] change log in previewer Issue:#ICV64A 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 1ccb46ec..ab7e948d 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