Remove obsolete inactive code

This commit is contained in:
Peter Šurda 2017-07-05 09:19:56 +02:00
parent d086781ce8
commit 846fced0a2
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 0 additions and 5 deletions

View File

@ -41,11 +41,6 @@ class AdvancedDispatcher(asyncore.dispatcher):
if not self.connected:
return
maxLoop = 20
# try:
# sys._getframe(200)
# logger.error("Stack depth warning")
# except ValueError:
# pass
while maxLoop > 0:
try:
if getattr(self, "state_" + str(self.state))() is False: