Remove extra line

This commit is contained in:
Joshua Boniface 2018-06-06 17:01:01 -04:00
parent 20a45f3d36
commit bce202246e
1 changed files with 0 additions and 1 deletions

View File

@ -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")