diff --git a/lib/MySQL_Session.cpp b/lib/MySQL_Session.cpp index cc5c156fab..7db25183f5 100644 --- a/lib/MySQL_Session.cpp +++ b/lib/MySQL_Session.cpp @@ -3592,7 +3592,6 @@ int MySQL_Session::get_pkts_from_client(bool& wrong_pass, PtrSize_t& pkt) { // For more context check issue: #3493. // =================================================== if (session_type != PROXYSQL_SESSION_CLICKHOUSE) { - fprintf(stderr,"%s\n", CurrentQuery.get_digest_text()); const char *qd = CurrentQuery.get_digest_text(); if ( (strncasecmp((char *)"USE",qd,3)==0) @@ -5269,7 +5268,6 @@ void MySQL_Session::handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___MYSQL_C schemanameptr[strlen(schemanameptr)-1]='\0'; schemanameptr++; } - proxy_info("%s\n", schemanameptr); client_myds->myconn->userinfo->set_schemaname(schemanameptr,strlen(schemanameptr)); free(schemaname); if (mirror==false) {