Skip to content

Commit

Permalink
Remove left in debug helper
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed May 27, 2020
1 parent a5eaaa9 commit cf724fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_redis/client/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ def make_pattern(self, pattern, version=None, prefix=None):
return CacheKey(self._backend.key_func(pattern, prefix, version))

def close(self, **kwargs):
print('closing')
if getattr(settings, "DJANGO_REDIS_CLOSE_CONNECTION", False):
for i in range(len(self._clients)):
for c in self._clients[i].connection_pool._available_connections:
Expand Down

0 comments on commit cf724fc

Please sign in to comment.