Fix output for rove move command

This commit is contained in:
Marc Di Luzio 2020-06-06 18:44:50 +01:00
parent 2b87c2b4c0
commit b344c4549c

View file

@ -159,8 +159,7 @@ func InnerMain(command string) error {
return fmt.Errorf("Server returned failure: %s", response.Error)
} else {
// TODO: Pretify the response
fmt.Printf("%+v\n", response)
fmt.Printf("Request succeeded\n")
}
case "radar":