@@ -34,13 +34,6 @@
#include "py/mpconfig.h"
#include "py/misc.h"
#include "py/mpstate.h"
-
-#if MICROPY_DEBUG_VERBOSE // print debugging info
-#define DEBUG_printf DEBUG_printf
-#else // don't print debugging info
-#define DEBUG_printf(...) (void)0
-#endif
#include "py/runtime.h"
#include "py/bc0.h"
#include "py/bc.h"