Removed debug output.

This commit is contained in:
Achim D. Brucker 2017-10-08 13:11:08 +01:00
parent 8dfbb1ce3a
commit eedf1d5543
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ def analyze_block(conf, path, block, first=False):
for (_, string) in block.string_literals:
joined_string = joined_string+string
joined_cstring = joined_string
print(joined_string)
for regexp in regexps_string:
if regexp.search(joined_string):
if conf.colorize: