Skip to content

Commit 7021c7b

Browse files
committed
Removed debug statement
1 parent 8272c73 commit 7021c7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

redis/event.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ def listen(self, event: BeforeCommandExecutionEvent):
8080

8181
credentials = event.credential_provider.get_credentials()
8282

83-
print(hash(credentials) != self._current_cred)
84-
8583
if hash(credentials) != self._current_cred:
8684
self._current_cred = hash(credentials)
8785
event.connection.send_command('AUTH', credentials[0], credentials[1])

0 commit comments

Comments
 (0)