From f21c71ae0141039f66679795c651ea8d2ba0ac50 Mon Sep 17 00:00:00 2001
From: Bradley Eaton <bradley@bradleyeaton.com>
Date: Sun, 9 May 2021 23:49:38 +0100
Subject: [PATCH] Don't define debug by default

---
 mines.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mines.h b/mines.h
index 6c2a65b..ad7f02f 100644
--- a/mines.h
+++ b/mines.h
@@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #define MINES_H_
 
 // if debug mode define this here
-#define DEBUG
+//#define DEBUG
 
 //
 // Cell
-- 
GitLab