Remove "Applying template" log line

This happens way too often to be useful.

Change-Id: I5ca53bbb077e53f4a19e7bb50546d3827a34abfa
This commit is contained in:
James E. Blair 2017-09-28 08:32:03 -07:00
parent 45b63231e8
commit 61e4c88f0c
1 changed files with 0 additions and 3 deletions

View File

@ -856,9 +856,6 @@ class ProjectParser(object):
pipeline_defined = False
for template in configs:
if pipeline.name in template.pipelines:
ProjectParser.log.debug(
"Applying template %s to pipeline %s" %
(template.name, pipeline.name))
pipeline_defined = True
template_pipeline = template.pipelines[pipeline.name]
project_pipeline.job_list.inheritFrom(