From: qydysky Date: Wed, 12 Aug 2020 13:35:10 +0000 (+0800) Subject: 43 X-Git-Tag: v0.0.2~44 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=3339783bfe68a15605006a7f9280511e59ff2d6a;p=part%2F.git 43 --- diff --git a/Log.go b/Log.go index 0a06af2..ab2f0a4 100644 --- a/Log.go +++ b/Log.go @@ -86,8 +86,6 @@ func (l *logl) New(fileP string) { "ERROR: "+fileName+" ", log.Ldate|log.Ltime) - l.tracef.Println("Log chan",len(l.channel)) - for len(l.channelN) != 0 { i := <- l.channelN switch i {