From 2808ae6fc9fe679bd074f71db404fa7447be504d Mon Sep 17 00:00:00 2001
From: jonpas <jonpas33@gmail.com>
Date: Sun, 23 Aug 2015 19:55:52 +0200
Subject: [PATCH] Removed debug

---
 addons/slideshow/functions/fnc_makeList.sqf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/addons/slideshow/functions/fnc_makeList.sqf b/addons/slideshow/functions/fnc_makeList.sqf
index 8933c63c0a..6736fabbdb 100644
--- a/addons/slideshow/functions/fnc_makeList.sqf
+++ b/addons/slideshow/functions/fnc_makeList.sqf
@@ -15,7 +15,6 @@
  *
  * Public: No
  */
-#define DEBUG_MODE_FULL
 #include "script_component.hpp"
 
 params ["_list", "_trimWhitespace", "_checkNil"];