Remove obsolete inactive code
This commit is contained in:
parent
d086781ce8
commit
846fced0a2
|
@ -41,11 +41,6 @@ class AdvancedDispatcher(asyncore.dispatcher):
|
||||||
if not self.connected:
|
if not self.connected:
|
||||||
return
|
return
|
||||||
maxLoop = 20
|
maxLoop = 20
|
||||||
# try:
|
|
||||||
# sys._getframe(200)
|
|
||||||
# logger.error("Stack depth warning")
|
|
||||||
# except ValueError:
|
|
||||||
# pass
|
|
||||||
while maxLoop > 0:
|
while maxLoop > 0:
|
||||||
try:
|
try:
|
||||||
if getattr(self, "state_" + str(self.state))() is False:
|
if getattr(self, "state_" + str(self.state))() is False:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user