Commit eab75a67 authored by Jim Fulton's avatar Jim Fulton

Removed comment that should have been removed with te code it went with.

parent 03a326be
...@@ -762,8 +762,6 @@ class DB(object): ...@@ -762,8 +762,6 @@ class DB(object):
result = self.pool.pop() result = self.pool.pop()
assert result is not None assert result is not None
# open the connection.
# A good time to do some cache cleanup. # A good time to do some cache cleanup.
# (note we already have the lock) # (note we already have the lock)
self.pool.availableGC() self.pool.availableGC()
......
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