This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a commit to branch rabbitmq-fix
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git


The following commit(s) were added to refs/heads/rabbitmq-fix by this push:
     new 5332e10  cleanup
5332e10 is described below

commit 5332e109d17befd4cb9ddeb9ba1f0113216533fe
Author: Eamon Ford <[email protected]>
AuthorDate: Wed Aug 5 13:36:48 2020 -0700

    cleanup
---
 granule_ingester/granule_ingester/pipeline/Pipeline.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/granule_ingester/granule_ingester/pipeline/Pipeline.py 
b/granule_ingester/granule_ingester/pipeline/Pipeline.py
index 3ff6822..6739fb4 100644
--- a/granule_ingester/granule_ingester/pipeline/Pipeline.py
+++ b/granule_ingester/granule_ingester/pipeline/Pipeline.py
@@ -170,8 +170,6 @@ class Pipeline:
         return processor_module
 
     async def run(self):
-
-        logger.info(f"Running pipeline with {self._max_concurrency} threads 
per process")
         async with self._granule_loader as (dataset, granule_name):
             start = time.perf_counter()
 

Reply via email to