Sfoglia il codice sorgente

remove println

pull/36/head
Rob Loranger 4 anni fa
parent
commit
284087a32f
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: D6F1633A4F0903B8
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      cmd/wf/commands.go

+ 0
- 1
cmd/wf/commands.go Vedi 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)


Caricamento…
Annulla
Salva