Skip to content

Commit cf724fc

Browse files
committed
Remove left in debug helper
1 parent a5eaaa9 commit cf724fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

django_redis/client/default.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ def make_pattern(self, pattern, version=None, prefix=None):
567567
return CacheKey(self._backend.key_func(pattern, prefix, version))
568568

569569
def close(self, **kwargs):
570-
print('closing')
571570
if getattr(settings, "DJANGO_REDIS_CLOSE_CONNECTION", False):
572571
for i in range(len(self._clients)):
573572
for c in self._clients[i].connection_pool._available_connections:

0 commit comments

Comments
 (0)