Removed debug

This commit is contained in:
jonpas 2015-08-24 21:56:21 +02:00
parent 5b6429f23e
commit 3f41882a06
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@
*
* Public: No
*/
#define DEBUG_MODE_FULL
#include "script_component.hpp"
params ["_list", "_variable", "_setting", "_global"];

View File

@ -15,7 +15,6 @@
*
* Public: No
*/
#define DEBUG_MODE_FULL
#include "script_component.hpp"
private ["_splittedList", "_whitespaceList", "_nilCheckedList"];