remove test print

This commit is contained in:
Arturo Hernandez 2018-06-14 09:43:23 -04:00
parent b69471f45c
commit 8063077cd1

View File

@ -70,7 +70,6 @@ class ZK_helper(object):
"""
Returns True if host responds to a ping request
"""
print "ping"
import subprocess, platform
# Ping parameters as function of OS
ping_str = "-n 1" if platform.system().lower()=="windows" else "-c 1 -W 5"