libeval_compiler: silence temporary debug stuff

This commit is contained in:
Tomasz Wlostowski 2020-06-18 18:54:30 +02:00
parent bd19892cd0
commit 65a1ed96e0
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace LIBEVAL
static void libeval_dbg( int level, const char* fmt, ... )
{
#ifdef DEBUG
if(level < 10) // fixme: tom's debugging.
if(level < -10) // fixme: tom's debugging.
{
va_list ap;
va_start( ap, fmt );