From 3801ae7f7f70855e5379c856ee153ff09cd04acc Mon Sep 17 00:00:00 2001 From: evoskuil Date: Thu, 11 Jun 2026 00:40:46 -0400 Subject: [PATCH] Disable script logging. --- src/chasers/chaser_validate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chasers/chaser_validate.cpp b/src/chasers/chaser_validate.cpp index 2ec34d94..2ca84052 100644 --- a/src/chasers/chaser_validate.cpp +++ b/src/chasers/chaser_validate.cpp @@ -353,8 +353,8 @@ code chaser_validate::validate(bool bypass, const chain::block& block, .log = [&](const script& missed) NOEXCEPT { - LOGA("Sigop @ " << ctx.height << " -> " - << missed.to_string(chain::flags::all_rules)); + ////LOGA("Sigop @ " << ctx.height << " -> " + //// << missed.to_string(chain::flags::all_rules)); }, .fire = [&](signatures::miss miss) NOEXCEPT {