allow reference to the data dir and the install path.
[monitor.git] / monitor.py
index 78db954..b8fe5cb 100644 (file)
@@ -102,7 +102,6 @@ def main():
        for host in sys.argv[1:]:
                reboot(host)
 
-print "hello?"
 if __name__ == '__main__':
        print "calling main"
        main()