Убрал дебажный вывод в консоль

This commit is contained in:
rzaitov 2013-11-01 12:50:41 +04:00
parent 5ff2eb8a84
commit 98527eeb71
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ class InsideRemoveParser(LineParser):
def isValidLine(self, line):
regexpSrc = r"inside\s+'[./ a-zA-Z]+\.{0}'\s+remove".format(self.__extension)
print regexpSrc
regexp = re.compile(regexpSrc, re.UNICODE)
match = regexp.match(line)