davisp commented on a change in pull request #1376: Add fields to sort based on 
selector
URL: https://github.com/apache/couchdb/pull/1376#discussion_r196157499
 
 

 ##########
 File path: src/mango/test/mango.py
 ##########
 @@ -240,6 +240,7 @@ def find(self, selector, limit=25, skip=0, sort=None, 
fields=None,
         else:
             path = self.path("_find")
         r = self.sess.post(path, data=body)
+        print r.json()
 
 Review comment:
   Left over debug logging should be removed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to