X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/1938003d48515fe47efd3c7ba44dc6423371e71c..2269d334bc9d3ae1c0de8229875b068e4cb29ac9:/pymindaemon.py 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())"