(menu_cbs.c) Turn off debug log

This commit is contained in:
twinaphex 2016-06-17 15:13:50 +02:00
parent 1000c08a7f
commit 8357467937

View File

@ -22,7 +22,7 @@
#include "menu_cbs.h"
#include "../verbosity.h"
#if 1
#if 0
#define DEBUG_LOG
#endif