Update TODO based on work for 0.4.1
[python-rwhoisd.git] / rwhoisd / QueryProcessor.py
index 1297965..8725141 100644 (file)
@@ -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()