From 4bfbbaa7d930b4e2c148217f008f2dab60f50e7d Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 21 May 2019 23:08:28 -0400 Subject: [PATCH] Remove commented needless call --- client-cli/pvc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client-cli/pvc.py b/client-cli/pvc.py index 9b3ffca1..4ddb01b3 100755 --- a/client-cli/pvc.py +++ b/client-cli/pvc.py @@ -1323,7 +1323,6 @@ def init_cluster(): """ import pvc_init -# pvc_init.run() pvc_init.init_zookeeper(zk_host)