]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove a debug printf.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 20 Oct 2014 18:20:51 +0000 (18:20 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 20 Oct 2014 18:20:51 +0000 (18:20 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12214 a1ca3aef-8c08-0410-bb20-df032aa958be

cups/tls-darwin.c

index f87294990cb3a856eda92afd2a1e1babeec43cdf..ff54b11ab625a5ed2e0444ac1ab4b2f9214aa988 100644 (file)
@@ -1428,8 +1428,6 @@ _httpTLSStart(http_t *http)               /* I - HTTP connection */
     * If an error string wasn't set by the callbacks use a generic one...
     */
 
-    fprintf(stderr, "FAILED with code %d\n", (int)error);
-
     if (!message)
 #ifdef HAVE_CSSMERRORSTRING
       message = cssmErrorString(error);