We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1e844 commit 704d550Copy full SHA for 704d550
src/focus.go
@@ -46,9 +46,7 @@ func NewFocus(name string, client *mautrix.Client) *Focus {
46
focus.name = name
47
focus.client = client
48
focus.confs.confs = make(map[string]*Conference)
49
- focus.logger = logrus.WithFields(logrus.Fields{
50
- "name": name,
51
- })
+ focus.logger = logrus.WithFields(logrus.Fields{})
52
53
return focus
54
}
0 commit comments