From 3a76e24fc27d1f88e28d6a9b8b1b4a76cfe81987 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 21 Nov 2023 17:43:17 +0100 Subject: [PATCH] dsable debug flag --- linux/payload/FreshSupvHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/payload/FreshSupvHandler.h b/linux/payload/FreshSupvHandler.h index 259b70b6..8821fa1f 100644 --- a/linux/payload/FreshSupvHandler.h +++ b/linux/payload/FreshSupvHandler.h @@ -14,7 +14,7 @@ using supv::TcBase; -static constexpr bool DEBUG_PLOC_SUPV = true; +static constexpr bool DEBUG_PLOC_SUPV = false; static constexpr bool REDUCE_NORMAL_MODE_PRINTOUT = true; class FreshSupvHandler : public FreshDeviceHandlerBase {