Mercurial > ~darius > hgwebdir.cgi > ZigBee
changeset 16:ce3712110055
Remove superfluous debugging.
author | darius@Inchoate |
---|---|
date | Sat, 17 Jan 2009 21:44:17 +1030 |
parents | a472d6eab97e |
children | b0fc5f8da118 |
files | zbmux.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/zbmux.py Sat Jan 17 21:43:59 2009 +1030 +++ b/zbmux.py Sat Jan 17 21:44:17 2009 +1030 @@ -48,7 +48,6 @@ def connectionMade(self): log.msg("Got new client") - log.msg("Me - %s, terminal - %s" % (str(type(self)), str(type(self.terminal)))) self.terminal.eraseDisplay() self.terminal.resetPrivateModes([])