refactor: disable debug prints by a switch in RunningQuality
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
#include "iir_filter.h"
|
||||
#include <iostream>
|
||||
|
||||
#ifndef DEBUG_IIR
|
||||
#define DEBUG_IIR 0
|
||||
#endif
|
||||
|
||||
#if (DEBUG_IIR == 1)
|
||||
#define DEBUG_PRINT(expr) do { expr; } while (0)
|
||||
|
||||
Reference in New Issue
Block a user