Skip to content

Commit ec63197

Browse files
author
Mike Dirolf
committed
minor: spam
1 parent 994dcac commit ec63197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymongo/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@ def _send_message(self, message, with_last_error=False):
565565
sock = self.__pool.socket()
566566
try:
567567
(request_id, data) = message
568-
print "%r" % data
569568
sock.sendall(data)
570569
# Safe mode. We pack the message together with a lastError
571570
# message and send both. We then get the response (to the

0 commit comments

Comments
 (0)