remove test thing

This commit is contained in:
Yann Leboulanger 2008-08-27 10:09:38 +00:00
parent 5b6da9fbe0
commit 95b6855aa3
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class SocksQueue:
self.listener = Socks5Listener(self.idlequeue, port)
self.listener.queue = self
self.listener.bind()
if self.listener.started is False or True:
if self.listener.started is False:
self.listener = None
# We cannot bind port, call error callback and fail
self.error_cb(_('Unable to bind to port %s.') % port,