summaryrefslogtreecommitdiff
path: root/berkeley/lpc.c
diff options
context:
space:
mode:
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...