Browse Source

remove println

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

+ 0
- 1
cmd/wf/commands.go View File

@@ -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…
Cancel
Save