Selaa lähdekoodia

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

Tatsuhiro Tsujikawa 12 vuotta sitten
vanhempi
commit
065979cda4
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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;