dsable debug flag
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-11-21 17:43:17 +01:00
parent 8b5ca26cf1
commit 3a76e24fc2

View File

@ -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 {