diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/metadata/rm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/metadata/rm.c b/apps/metadata/rm.c index 2b3100b..7866bb7 100644 --- a/apps/metadata/rm.c +++ b/apps/metadata/rm.c @@ -31,7 +31,8 @@ #include "metadata_parsers.h" #include "logf.h" -#define DEBUG_RM +/* Uncomment the following line for debugging */ +//#define DEBUG_RM #ifndef DEBUG_RM #undef DEBUGF #define DEBUGF(...) |