소스 검색

remove println

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

+ 0
- 1
cmd/wf/commands.go 파일 보기

@@ -55,7 +55,6 @@ func requireAuth(f cli.ActionFunc, action string) cli.ActionFunc {
} else if num > 0 {
return cli.NewExitError("You are authenticated, but have no default user/host set. Supply -user and -host flags.", 1)
}
fmt.Println(num)
}
}
u, err := config.LoadUser(c)


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