Cleaning up error messages and some formatting.

This commit is contained in:
Renan DelValle 2019-09-12 10:11:33 -07:00 committed by Renan DelValle
parent f72fdacfb0
commit 09628391cc
2 changed files with 9 additions and 6 deletions

View file

@ -89,7 +89,6 @@ func main() {
realis.Debug(),
}
// Check if zkUrl is available.
if zkUrl != "" {
fmt.Println("zkUrl: ", zkUrl)
clientOptions = append(clientOptions, realis.ZKUrl(zkUrl))