Убрал дебажный вывод в консоль
This commit is contained in:
parent
5ff2eb8a84
commit
98527eeb71
|
|
@ -27,7 +27,6 @@ class InsideRemoveParser(LineParser):
|
||||||
|
|
||||||
def isValidLine(self, line):
|
def isValidLine(self, line):
|
||||||
regexpSrc = r"inside\s+'[./ a-zA-Z]+\.{0}'\s+remove".format(self.__extension)
|
regexpSrc = r"inside\s+'[./ a-zA-Z]+\.{0}'\s+remove".format(self.__extension)
|
||||||
print regexpSrc
|
|
||||||
regexp = re.compile(regexpSrc, re.UNICODE)
|
regexp = re.compile(regexpSrc, re.UNICODE)
|
||||||
|
|
||||||
match = regexp.match(line)
|
match = regexp.match(line)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue