summaryrefslogtreecommitdiff
path: root/berkeley/lpc.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 /berkeley/lpc.c
parent941a5490cfa02953d2adcacb1838fd3d3e21976b (diff)
downloadcups-fb863569eb4f51ae62a066dc8049d3ffc0efb0bb.tar.gz
Move debug printfs to internal usage only.
Also, old MD5 code is internal-only.
Diffstat (limited to 'berkeley/lpc.c')
-rw-r--r--berkeley/lpc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/berkeley/lpc.c b/berkeley/lpc.c
index bfa3c1c40..7ab43ea12 100644
--- a/berkeley/lpc.c
+++ b/berkeley/lpc.c
@@ -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...