]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/search.c
Move debug printfs to internal usage only.
[thirdparty/cups.git] / cgi-bin / search.c
index ad1f5ed0ead0b4e602a0c107c78ff274ef451040..8dc5b32d5cdbd55c99dcda6a61fc9d44ea4f9f3d 100644 (file)
@@ -36,8 +36,6 @@ cgiCompileSearch(const char *query)   /* I - Query string */
   char         *lword;                 /* Last word in query */
 
 
-  DEBUG_printf(("cgiCompileSearch(query=\"%s\")\n", query));
-
  /*
   * Range check input...
   */
@@ -293,8 +291,6 @@ cgiCompileSearch(const char *query) /* I - Query string */
   * Compile the regular expression...
   */
 
-  DEBUG_printf(("    s=\"%s\"\n", s));
-
   if (regcomp(re, s, REG_EXTENDED | REG_ICASE))
   {
     free(re);