Skip to content

Commit

Permalink
set original defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf authored Sep 9, 2023
1 parent fc5ca60 commit 1f16b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit 1f16b17

Please sign in to comment.