(temporary) remove debug output

This commit is contained in:
Markus Fröschle
2016-11-17 17:54:37 +00:00
parent d2142e02cb
commit ecc2e68e33
24 changed files with 24 additions and 24 deletions

View File

@@ -20,7 +20,7 @@
/* Copyright (C) 2012, mfro, all rights reserved. */
// #define DEBUG_MMC
// // #define DEBUG_MMC
#ifdef DEBUG_MMC
#define debug_printf(format, arg...) do { xprintf("DEBUG: " format "\r\n", ##arg); } while (0)
#else