delete log

This commit is contained in:
skiffer-git 2024-03-08 20:27:55 +08:00 committed by GitHub
parent fabcb5317f
commit 36accf0658
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,7 @@ func main() {
return return
} }
checks := []checkFunc{ checks := []checkFunc{
//{name: "Mysql", function: checkMysql}, //{name: "Mysql", function: checkMysql},
{name: "Mongo", function: checkMongo, config: conf}, {name: "Mongo", function: checkMongo, config: conf},