소스 검색

remove default collection of username

pull/36/head
Rob Loranger 4 년 전
부모
커밋
ff67ed2bb8
No known key found for this signature in database GPG 키 ID: D6F1633A4F0903B8
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -4
      config/options.go

+ 0
- 4
config/options.go 파일 보기

@@ -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 ""
}



불러오는 중...
취소
저장