From 1f16b17d93090844299f65447773abb20455b081 Mon Sep 17 00:00:00 2001 From: Patrick Quist Date: Sun, 10 Sep 2023 01:21:11 +0200 Subject: [PATCH] set original defaults --- include/config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config.hpp b/include/config.hpp index 7851c86..c9bbd29 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -10,8 +10,8 @@ namespace cewrapper struct Config { - bool debugging{true}; - bool extra_debugging{true}; + bool debugging{false}; + bool extra_debugging{false}; bool suspend_after_start{}; int time_limit_ms{}; int loopwait_ms{ 500 };