small cleanup

This commit is contained in:
DanMcInerney
2014-08-13 02:34:00 -04:00
parent e762d0ca3e
commit 65bd754d0c

View File

@@ -116,8 +116,8 @@ class XSSCharFinder(object):
item['POST_to'] = POST_to
return item
for k in item:
print k
#for k in item:
# print k, item[k]
# In case it slips by all of the filters, then we move on
raise DropItem('No XSS vulns in %s' % resp_url)