remove prints
[pithos] / pithos / backends / lib_alchemy / node.py
index 59a10ef..41f2ab9 100644 (file)
@@ -739,7 +739,6 @@ class Node(DBWorker):
            Limit applies to the first list of tuples returned.
         """
         
-        print '#', locals()
         if not start or start < prefix:
             start = strprevling(prefix)
         nextling = strnextling(prefix)