removed some debug

This commit is contained in:
Roberto De Ioris
2012-11-25 19:04:37 +01:00
parent ccad290b78
commit 3ceda8993a
-1
View File
@@ -4295,7 +4295,6 @@ int uwsgi_ssl_verify_callback(int ok, X509_STORE_CTX * x509_store) {
}
int uwsgi_ssl_session_new_cb(SSL *ssl, SSL_SESSION *sess) {
uwsgi_log("[NEW SESSION]\n");
char session_blob[4096];
int len = i2d_SSL_SESSION(sess, NULL);
if (len > 4096) {