Преглед на файлове

Comment out debug print

yhirose преди 6 години
родител
ревизия
097c61b871
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      httplib.h

+ 1 - 1
httplib.h

@@ -2422,8 +2422,8 @@ inline bool SSLClient::is_ssl() const { return true; }
 
 inline bool SSLClient::check_host(const std::string &host,
                                   const char *pattern) const {
-  printf("host: %s, pattern: %s\n", host.c_str(), pattern);
   // TODO: Wildcard
+  // printf("host: %s, pattern: %s\n", host.c_str(), pattern);
   return host == pattern;
 }