Add tizen dlog for debugging
[platform/upstream/glib-networking.git] / tls / gnutls / gtlsconnection-gnutls.c
index 729c66c..1163fb5 100755 (executable)
@@ -1822,11 +1822,6 @@ verify_peer_certificate (GTlsConnectionGnutls *gnutls,
   database = g_tls_connection_get_database (conn);
   if (database == NULL)
     {
-
-#if ENABLE(TIZEN_DLOG)
-      TIZEN_LOGI("[Network] SSL HandShake - Unknown CA");
-#endif
-
       errors |= G_TLS_CERTIFICATE_UNKNOWN_CA;
       errors |= g_tls_certificate_verify (peer_certificate, peer_identity, NULL);
     }