shell/math: disable debug again

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2023-06-19 10:23:46 +02:00
parent db0e886735
commit 019dd31150

View file

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