From 2732ccef9051fd59e615fc10d8513953548d610c Mon Sep 17 00:00:00 2001 From: eson <474420502@qq.com> Date: Wed, 19 Dec 2018 23:34:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4Ping=E6=89=A7=E8=A1=8C,=20?= =?UTF-8?q?=E5=86=8DNew=E6=8C=89=E8=87=AA=E5=B7=B1=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E6=89=A7=E8=A1=8CPing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logdb.go | 1 - 1 file changed, 1 deletion(-) diff --git a/logdb.go b/logdb.go index 9765964..d3399e3 100644 --- a/logdb.go +++ b/logdb.go @@ -55,7 +55,6 @@ func New(filename string) *LogDB { logdb.driver = db } - logdb.Ping() return &logdb }