spark: silence irmp debugging messages after last merge

This commit is contained in:
Stefan Seyfried
2012-02-22 20:11:27 +01:00
parent a17729f590
commit 9710f6df22

View File

@@ -716,7 +716,7 @@ typedef unsigned int16 uint16_t;
#endif
#define ANALYZE_PRINTF(...) { if (verbose) { printf (__VA_ARGS__); } }
#define ANALYZE_NEWLINE() { if (verbose) { putchar ('\n'); } }
static int silent;
static int silent = TRUE;
static int time_counter;
static int verbose;
#else