Skip to content

Commit ff67ed2

Browse files
author
Rob Loranger
committed
remove default collection of username
1 parent 1123705 commit ff67ed2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/options.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ func Collection(c *cli.Context) string {
7979
if coll := c.String("b"); coll != "" {
8080
return coll
8181
}
82-
u, _ := LoadUser(c)
83-
if u != nil {
84-
return u.User.Username
85-
}
8682
return ""
8783
}
8884

0 commit comments

Comments
 (0)