]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/filter.c
Move debug printfs to internal usage only.
[thirdparty/cups.git] / scheduler / filter.c
index c275591791497c4a3d44a01c4bdcfd52b373dad0..5596d623ccd0f2c9ebb1ad56fc4d37d39ae39959 100644 (file)
  */
 
 #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...
  */