]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/admin.c
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / cgi-bin / admin.c
index db6baa4b6f383b9aba54cf073563b481c06c031a..1a62ab6f1801c07e3ecaf120bd4724b84b1fffc6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: admin.c 5571 2006-05-22 18:46:55Z mike $"
+ * "$Id: admin.c 181 2006-06-22 20:01:18Z jlovell $"
  *
  *   Administration CGI for the Common UNIX Printing System (CUPS).
  *
@@ -651,8 +651,6 @@ do_am_printer(http_t *http,         /* I - HTTP connection */
     * Do the request and get back a response...
     */
 
-    fprintf(stderr, "DEBUG: http=%p (%s)\n", http, http->hostname);
-
     if ((response = cupsDoRequest(http, request, "/")) != NULL)
     {
       fputs("DEBUG: Got device list!\n", stderr);
@@ -2893,5 +2891,5 @@ match_string(const char *a,               /* I - First string */
 
     
 /*
- * End of "$Id: admin.c 5571 2006-05-22 18:46:55Z mike $".
+ * End of "$Id: admin.c 181 2006-06-22 20:01:18Z jlovell $".
  */