Cleaning up error messages and some formatting.

This commit is contained in:
Renan DelValle 2019-09-12 10:11:33 -07:00
parent a73af4cff7
commit 3f5182dd40
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
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))