diff --git a/pym/cl_template.py b/pym/cl_template.py index 01b4ef8..7c47471 100644 --- a/pym/cl_template.py +++ b/pym/cl_template.py @@ -3653,7 +3653,6 @@ re.M|re.S) else: pathOldFile = os.path.join(path,os.path.split(nameFileConfig)[1]) pathOldFile = renameConfFileCLT(pathOldFile) - print pathOldFile applyFiles = [pathOldFile] # Фильтрация шаблонов по названию файла realPath = os.path.join("/",pathOldFile.partition(self._baseDir)[2])