From bd3734295ace5d4405e30d3745d1d30fcafc1c77 Mon Sep 17 00:00:00 2001 From: Michael Preisach Date: Fri, 17 Sep 2021 11:01:28 +0000 Subject: [PATCH] deactivating debug for performance testing --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index 18add67..e1f27e6 100644 --- a/common.h +++ b/common.h @@ -7,7 +7,7 @@ #include #include -#define DEBUG //enable on screen debug information +//#define DEBUG //enable on screen debug information #define ISSUERPORT 6590 #define MEMBERPORT 6591