Removing a debugging leftover

This commit is contained in:
Miroslav Stampar
2016-07-05 09:32:30 +02:00
parent 7ad49f4185
commit 63b645c64c
2 changed files with 1 additions and 3 deletions

View File

@@ -42,8 +42,6 @@ class HTMLHandler(ContentHandler):
elif name == "error":
regexp = attrs.get("regexp")
if "SQL" in regexp:
print regexp
if regexp not in kb.cache.regex:
keywords = re.findall("\w+", re.sub(r"\\.", " ", regexp))
keywords = sorted(keywords, key=len)