SummerGift 8 лет назад
Родитель
Сommit
c9724cb630
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      py/bc.c

+ 0 - 7
py/bc.c

@@ -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"