remove debug print

This commit is contained in:
andreas
2012-03-29 00:08:19 +00:00
parent 4c3470c44d
commit 9ba44923ec
+1 -2
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# $Id: hbd,v 1.27 2012/03/29 00:04:34 andreas Exp $
# $Id: hbd,v 1.28 2012/03/29 00:08:19 andreas Exp $
# Wait for heartbeat messages and act on them (or their absence)
#
import time, os, string, sys, socket, atexit, select, SocketServer, getopt, signal, cPickle
@@ -276,7 +276,6 @@ def fromaddr(name, addr, boot, interval, acks):
if not hosts.has_key(name):
addhost(name, addr)
host=hosts[name]
print "xx", acks
host.doesack=acks
if host.addr != addr:
log("%s changed address to %s" % (host.name, addr))