Browse Source

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

Tatsuhiro Tsujikawa 12 years ago
parent
commit
065979cda4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/SocketCore.cc

+ 0 - 1
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;