1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

remove checkSystemRunning - system reported down log

This commit is contained in:
david hill
2017-03-14 13:57:48 -05:00
parent c34f9d8005
commit eaa1374ea2

View File

@ -9677,7 +9677,6 @@ namespace oam
return true; return true;
} }
} }
//writeLog("checkSystemRunning - system reported down", LOG_TYPE_DEBUG );
return false; return false;
} }