From: Sara Golemon Date: Sat, 5 Apr 2003 17:31:34 +0000 (+0000) Subject: Debug watches probably don't belong in CVS. X-Git-Tag: RELEASE_0_5~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8711474c06236d35533afa848a88099f51d0b34;p=php Debug watches probably don't belong in CVS. --- diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c index 5e7aad4039..420a60a3d6 100644 --- a/ext/openssl/xp_ssl.c +++ b/ext/openssl/xp_ssl.c @@ -542,8 +542,6 @@ PHPAPI php_stream *php_openssl_ssl_socket_factory(const char *proto, long protol sslsock->method = STREAM_CRYPTO_METHOD_TLS_CLIENT; } -printf("enable_on_connect = %d --> proto %s\n", sslsock->enable_on_connect, proto); - return stream; }