From d4a97b5748cf85f62fb8cf24ca19bfd8b90a1bc7 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@monsoon.(none)> Date: Sat, 27 Oct 2012 09:35:11 -0400 Subject: [PATCH] disabled debugging on the preset file --- src/x_preset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x_preset.c b/src/x_preset.c index 66f177886..3a57c190f 100644 --- a/src/x_preset.c +++ b/src/x_preset.c @@ -10,7 +10,7 @@ #include "x_preset.h" #include "s_stuff.h" -#define PH_DEBUG 1 +#define PH_DEBUG 0 // changes in order happen when doing one of the following: cut, // undo cut, delete, undo delete, to front, and to back. -- GitLab