diff --git a/lib/MySQL_HostGroups_Manager.cpp b/lib/MySQL_HostGroups_Manager.cpp index 9a44bce7f..c126a1a47 100644 --- a/lib/MySQL_HostGroups_Manager.cpp +++ b/lib/MySQL_HostGroups_Manager.cpp @@ -429,7 +429,6 @@ void MySQL_HostGroups_Manager::purge_mysql_servers_table() { } void MySQL_HostGroups_Manager::generate_mysql_servers_table() { - proxy_info("New mysql_servers table\n"); for (unsigned int i=0; ilen; i++) { MyHGC *myhgc=(MyHGC *)MyHostGroups->index(i); MySrvC *mysrvc=NULL;