From 065979cda4eab93436809d3d1a5c392be26c82c0 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 8 Oct 2013 00:11:27 +0900 Subject: [PATCH] Remove log message "TLS else" as this function called repeatedly --- src/SocketCore.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SocketCore.cc b/src/SocketCore.cc index f60d6c58..74ebdb5c 100644 --- a/src/SocketCore.cc +++ b/src/SocketCore.cc @@ -859,7 +859,6 @@ bool SocketCore::tlsHandshake(TLSContext* tlsctx, const std::string& hostname) } return false; default: - A2_LOG_DEBUG("TLS else"); break; } return true;