disabled debug printouts

This commit is contained in:
Markus Fröschle
2014-09-06 18:39:42 +00:00
parent 5fae525781
commit 646768185b

View File

@@ -28,8 +28,7 @@
#error "unknown machine!" #error "unknown machine!"
#endif #endif
#define DBG_DM // #define DBG_DM
#ifdef DBG_DM #ifdef DBG_DM
#define dbg(fmt, args...) xprintf(fmt, ##args) #define dbg(fmt, args...) xprintf(fmt, ##args)
#else #else