X-Git-Url: https://blacka.com/cgi-bin/gitweb.cgi?p=python-rwhoisd.git;a=blobdiff_plain;f=rwhoisd%2FQueryProcessor.py;fp=rwhoisd%2FQueryProcessor.py;h=8947d41d45a8eaeca28ea37fe36454c11c06c99b;hp=129796545dd91e8b4738a507cd309204eb75b802;hb=619d0f80fad665e891d8654db3526dccf4079db5;hpb=b082b3d278a0d2d29a9f5548c9151355bf803fa0 diff --git a/rwhoisd/QueryProcessor.py b/rwhoisd/QueryProcessor.py index 1297965..8947d41 100644 --- a/rwhoisd/QueryProcessor.py +++ b/rwhoisd/QueryProcessor.py @@ -250,8 +250,6 @@ class QueryProcessor: max = session.limit if max: max += 1 - print "process_query: max =", max - query_result = self.process_full_query(query, max) objects = query_result.objects()