Skip to content

Commit

Permalink
set debug mode to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Ruzafa committed Mar 22, 2024
1 parent d7c78fe commit f13e5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Logger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Logger {
Logger(void);
~Logger(void);

static const bool _debugMode = false;
static const bool _debugMode = true;

public:
static void debug(std::string message);
Expand Down

0 comments on commit f13e5f3

Please sign in to comment.