瀏覽代碼

remove println

pull/36/head
Rob Loranger 4 年之前
父節點
當前提交
284087a32f
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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)


Loading…
取消
儲存