removing left over

This commit is contained in:
Miroslav Stampar 2012-03-18 17:33:14 +00:00
parent 0fc4288a7c
commit da7f4eeffd

View File

@ -29,7 +29,6 @@ from lib.core.settings import UPPER_RATIO_BOUND
from lib.core.threads import getCurrentThreadData from lib.core.threads import getCurrentThreadData
def comparison(page, headers, code=None, getRatioValue=False, pageLength=None): def comparison(page, headers, code=None, getRatioValue=False, pageLength=None):
print "AA: ", page[:100]
if page is None and pageLength is None: if page is None and pageLength is None:
return None return None