Remove log message "TLS else" as this function called repeatedly

pull/141/head
Tatsuhiro Tsujikawa 2013-10-08 00:11:27 +09:00
parent 33293bcd5a
commit 065979cda4
1 changed files with 0 additions and 1 deletions

View File

@ -859,7 +859,6 @@ bool SocketCore::tlsHandshake(TLSContext* tlsctx, const std::string& hostname)
} }
return false; return false;
default: default:
A2_LOG_DEBUG("TLS else");
break; break;
} }
return true; return true;