Mercurial > ~darius > hgwebdir.cgi > ZigBee
comparison zbmux.py @ 16:ce3712110055
Remove superfluous debugging.
author | darius@Inchoate |
---|---|
date | Sat, 17 Jan 2009 21:44:17 +1030 |
parents | a472d6eab97e |
children |
comparison
equal
deleted
inserted
replaced
15:a472d6eab97e | 16:ce3712110055 |
---|---|
46 #: Time to wait before sending pending data (seconds) | 46 #: Time to wait before sending pending data (seconds) |
47 QUEUE_TIME = 0.1 | 47 QUEUE_TIME = 0.1 |
48 | 48 |
49 def connectionMade(self): | 49 def connectionMade(self): |
50 log.msg("Got new client") | 50 log.msg("Got new client") |
51 log.msg("Me - %s, terminal - %s" % (str(type(self)), str(type(self.terminal)))) | |
52 self.terminal.eraseDisplay() | 51 self.terminal.eraseDisplay() |
53 self.terminal.resetPrivateModes([]) | 52 self.terminal.resetPrivateModes([]) |
54 | 53 |
55 # Send the last whole line we've seen out | 54 # Send the last whole line we've seen out |
56 for l in self.factory.lastlines: | 55 for l in self.factory.lastlines: |