Убрал дебажный вывод
This commit is contained in:
parent
eda1151342
commit
65266b523d
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue