From d6d7ebf986963fbf1d960730b7371ee5bbbf2952 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 25 Sep 2007 14:17:18 -0300 Subject: [PATCH] Remove old commented code. --- pymindaemon.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pymindaemon.py b/pymindaemon.py index 79780e2..b8369b9 100644 --- a/pymindaemon.py +++ b/pymindaemon.py @@ -69,12 +69,6 @@ class PyminDaemon(EventLoop): else: response += '%d\n%s' % (len(str(result)), result) self.file.sendto(response, addr) - #try: - # d.dispatch(msg) - #except dis.BadRouteError, inst: - # sock.sendto('Bad route from : ' + inst.cmd + '\n', addr) - #except dis.CommandNotFoundError, inst: - # sock.sendto('Command not found : ' + inst.cmd + '\n', addr) def run(self): r"run() -> None :: Run the event loop (shortcut to loop())" -- 2.43.0