shell/math: disable debug again

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
master
Denys Vlasenko 2023-06-19 10:23:46 +02:00
parent db0e886735
commit 019dd31150
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
#include "libbb.h"
#include "math.h"
#if 0
#if 1
# define dbg(...) ((void)0)
#else
# define dbg(...) bb_error_msg(__VA_ARGS__)