]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - berkeley/lpc.c
Move debug printfs to internal usage only.
[thirdparty/cups.git] / berkeley / lpc.c
index bfa3c1c40f96c87da7760ae77daaf5827817c6ac..7ab43ea123528fcb4d90cccf1807bc7be3f30fcf 100644 (file)
@@ -230,8 +230,6 @@ show_status(http_t     *http,               /* I - HTTP connection to server */
                };
 
 
-  DEBUG_printf(("show_status(http=%p, dests=\"%s\")\n", http, dests));
-
   if (http == NULL)
     return;
 
@@ -255,8 +253,6 @@ show_status(http_t     *http,               /* I - HTTP connection to server */
 
   if ((response = cupsDoRequest(http, request, "/")) != NULL)
   {
-    DEBUG_puts("show_status: request succeeded...");
-
    /*
     * Loop through the printers returned in the list and display
     * their status...