diff --git a/scripts/parser/InsideParser/InsideSetParser.py b/scripts/parser/InsideParser/InsideSetParser.py index 46710cc..5aec1c4 100644 --- a/scripts/parser/InsideParser/InsideSetParser.py +++ b/scripts/parser/InsideParser/InsideSetParser.py @@ -29,7 +29,6 @@ class InsideSetParser(LineParser): def isValidLine(self, line): regexpSrc = r"inside\s+'[./ a-zA-Z]+\.{0}'\s+set".format(self.__extension) - print regexpSrc regexp = re.compile(regexpSrc, re.UNICODE) match = regexp.match(line)