Remove question in comment about verify flags on cli vs. server
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 219fe47..9eaee9d 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -6015,8 +6015,6 @@
 
         if( authmode == MBEDTLS_SSL_VERIFY_NONE )
         {
-            /* NOTE: Is it intentional that we set verify_result
-             * to SKIP_VERIFY on server-side only? */
             ssl->session_negotiate->verify_result =
                 MBEDTLS_X509_BADCERT_SKIP_VERIFY;
             return( SSL_CERTIFICATE_SKIP );