refactor miner info command.

This commit is contained in:
Raúl Kripalani
2021-07-29 12:21:29 -04:00
committed by Jennifer Wang
parent 92056423c3
commit d37ae957e0
3 changed files with 22 additions and 44 deletions
-1
View File
@@ -128,7 +128,6 @@ var AuthApiInfoToken = &cli.Command{
// TODO: Log in audit log when it is implemented
// WARN: this is unable to tell
currentEnv, _ := cliutil.EnvsForRepo(t)
fmt.Printf("%s=%s:%s\n", currentEnv, string(token), ainfo.Addr)
return nil