Merge "pipeline: remove confusing log message"

This commit is contained in:
Zuul 2018-09-13 09:23:54 +00:00 committed by Gerrit Code Review
commit be0f7e8b10
1 changed files with 0 additions and 1 deletions

View File

@ -237,7 +237,6 @@ class PipelineManager(agent.ConfigManagerBase):
if not ('sources' in cfg and 'sinks' in cfg):
raise PipelineException("Both sources & sinks are required",
cfg)
LOG.info('detected decoupled pipeline config format')
publisher_manager = PublisherManager(self.conf, self.pm_type)
unique_names = set()