From: msweet Date: Mon, 20 Oct 2014 18:20:51 +0000 (+0000) Subject: Remove a debug printf. X-Git-Tag: v2.2b1~460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9c515e478c21de14cd1616efd7fddf5dd6d6bc4;p=thirdparty%2Fcups.git Remove a debug printf. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12214 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/cups/tls-darwin.c b/cups/tls-darwin.c index f87294990c..ff54b11ab6 100644 --- a/cups/tls-darwin.c +++ b/cups/tls-darwin.c @@ -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);