mirror of
https://github.com/writeas/writeas-cli
synced 2025-07-26 23:08:16 +00:00
remove println
This commit is contained in:
parent
d8d41a9729
commit
284087a32f
@ -55,7 +55,6 @@ func requireAuth(f cli.ActionFunc, action string) cli.ActionFunc {
|
|||||||
} else if num > 0 {
|
} else if num > 0 {
|
||||||
return cli.NewExitError("You are authenticated, but have no default user/host set. Supply -user and -host flags.", 1)
|
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)
|
u, err := config.LoadUser(c)
|
||||||
|
Loading…
Reference in New Issue
Block a user