Browse Source

remove default collection of username

pull/36/head
Rob Loranger 4 years ago
parent
commit
ff67ed2bb8
No known key found for this signature in database GPG Key ID: D6F1633A4F0903B8
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      config/options.go

+ 0
- 4
config/options.go View File

@@ -79,10 +79,6 @@ func Collection(c *cli.Context) string {
if coll := c.String("b"); coll != "" {
return coll
}
u, _ := LoadUser(c)
if u != nil {
return u.User.Username
}
return ""
}



Loading…
Cancel
Save