summaryrefslogtreecommitdiffstats
path: root/modules/log/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/log/log.go')
-rw-r--r--modules/log/log.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/log/log.go b/modules/log/log.go
index 24ac3f652f..36038d3d0c 100644
--- a/modules/log/log.go
+++ b/modules/log/log.go
@@ -11,7 +11,6 @@ import (
"path/filepath"
"runtime"
"strings"
- "sync"
"golang.org/x/sync/syncmap"
)
@@ -177,7 +176,6 @@ type logMsg struct {
// it can contain several providers and log message into all providers.
type Logger struct {
adapter string
- lock sync.Mutex
level int
msg chan *logMsg
outputs syncmap.Map