summaryrefslogtreecommitdiff
path: root/scheduler/filter.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 14:25:09 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 14:25:09 -0400
commitfb863569eb4f51ae62a066dc8049d3ffc0efb0bb (patch)
tree8a209d6684fc82600cbc303ffceedff8fb1d7b58 /scheduler/filter.c
parent941a5490cfa02953d2adcacb1838fd3d3e21976b (diff)
downloadcups-fb863569eb4f51ae62a066dc8049d3ffc0efb0bb.tar.gz
Move debug printfs to internal usage only.
Also, old MD5 code is internal-only.
Diffstat (limited to 'scheduler/filter.c')
-rw-r--r--scheduler/filter.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/scheduler/filter.c b/scheduler/filter.c
index c27559179..5596d623c 100644
--- a/scheduler/filter.c
+++ b/scheduler/filter.c
@@ -12,11 +12,18 @@
*/
#include <cups/string-private.h>
-#include <cups/debug-private.h>
#include "mime.h"
/*
+ * Debug macros that used to be private API...
+ */
+
+#define DEBUG_puts(x)
+#define DEBUG_printf(...)
+
+
+/*
* Local types...
*/