X-Git-Url: https://blacka.com/cgi-bin/gitweb.cgi?p=python-rwhoisd.git;a=blobdiff_plain;f=rwhoisd%2FQueryProcessor.py;h=8725141e3213e05d12f442971d0419323c3931e5;hp=129796545dd91e8b4738a507cd309204eb75b802;hb=HEAD;hpb=302354493f0334d134371d46489817c650fc4a2c diff --git a/rwhoisd/QueryProcessor.py b/rwhoisd/QueryProcessor.py index 1297965..8725141 100644 --- a/rwhoisd/QueryProcessor.py +++ b/rwhoisd/QueryProcessor.py @@ -2,8 +2,6 @@ # # Copyright (C) 2003, David E. Blacka # -# $Id: QueryProcessor.py,v 1.3 2003/04/28 16:44:56 davidb Exp $ -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or @@ -250,8 +248,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()