]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - berkeley/lpc.c
french translation correction
[thirdparty/cups.git] / berkeley / lpc.c
index 93e029fa7fddd2f04d813896e1221d808612113c..7ab43ea123528fcb4d90cccf1807bc7be3f30fcf 100644 (file)
@@ -4,11 +4,7 @@
  * Copyright 2007-2014 by Apple Inc.
  * Copyright 1997-2006 by Easy Software Products.
  *
- * These coded instructions, statements, and computer programs are the
- * property of Apple Inc. and are protected by Federal copyright
- * law.  Distribution and use rights are outlined in the file "LICENSE.txt"
- * which should have been included with this file.  If this file is
- * file is missing or damaged, see the license at "http://www.cups.org/".
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 /*
@@ -234,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;
 
@@ -259,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...