Skip to content

Commit 704d550

Browse files
committed
Don't log focus name
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 4f1e844 commit 704d550

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/focus.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ func NewFocus(name string, client *mautrix.Client) *Focus {
4646
focus.name = name
4747
focus.client = client
4848
focus.confs.confs = make(map[string]*Conference)
49-
focus.logger = logrus.WithFields(logrus.Fields{
50-
"name": name,
51-
})
49+
focus.logger = logrus.WithFields(logrus.Fields{})
5250

5351
return focus
5452
}

0 commit comments

Comments
 (0)