Commit 7e8a4e9a authored by Aurel's avatar Aurel

we do not need to check the state of the node when connecting to it,

this is handle at an upper level


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@562 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent edc0e21d
......@@ -64,9 +64,6 @@ class ConnectionPool(object):
if addr is None:
return None
if cell.getState() != UP_TO_DATE_STATE:
return None
app = self.app
# Loop until a connection is obtained.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment