Skip to content

Commit b01fa8a

Browse files
committed
testing
1 parent 54992ef commit b01fa8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymongo/asynchronous/pool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ async def command(
535535
if self.op_msg_enabled:
536536
self._raise_if_not_writable(unacknowledged)
537537
try:
538+
print(f"Calling command for {spec}")
538539
return await command(
539540
self,
540541
dbname,

0 commit comments

Comments
 (0)