删除Ping执行, 再New按自己需要执行Ping

This commit is contained in:
eson 2018-12-19 23:34:12 +08:00
parent 8a3158a3d5
commit 2732ccef90

View File

@ -55,7 +55,6 @@ func New(filename string) *LogDB {
logdb.driver = db
}
logdb.Ping()
return &logdb
}