From bce202246e082425af056fed8f3ff401ba51ccd7 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 6 Jun 2018 17:01:01 -0400 Subject: [PATCH] Remove extra line --- pvcd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pvcd.py b/pvcd.py index 2f596422..18c20161 100755 --- a/pvcd.py +++ b/pvcd.py @@ -73,7 +73,6 @@ def cleanup(): atexit.register(cleanup) - # Check if our node exists in Zookeeper, and create it if not if zk.exists('%s' % mynodestring): print("Node is present in Zookeeper")