removing "sending hand to hud" debug message

This commit is contained in:
Eric Blade 2009-08-30 12:45:02 -05:00
parent d39fe74284
commit 63741468d0

View File

@ -538,7 +538,7 @@ class Importer:
if self.callHud:
#print "call to HUD here. handsId:",handsId
#pipe the Hands.id out to the HUD
print "sending hand to hud", handsId, "pipe =", self.caller.pipe_to_hud
#print "sending hand to hud", handsId, "pipe =", self.caller.pipe_to_hud
self.caller.pipe_to_hud.stdin.write("%s" % (handsId) + os.linesep)
except fpdb_simple.DuplicateError:
duplicates += 1