From 806d7aee2cb9618e3fc26b4313dd2222e56a688e Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Sun, 29 Aug 2021 19:21:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DV2.9=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/container.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/container.go b/models/container.go index caff88e..4bc1b4f 100644 --- a/models/container.go +++ b/models/container.go @@ -269,7 +269,6 @@ func (c *Container) read() error { } return nil } else { - logs.Warn(String(c.Version)) var data, err = c.request("/api/cookies") if err != nil { c.Available = false