From 4e42af76e6739795d71d9b331560288082d62943 Mon Sep 17 00:00:00 2001 From: lucasmbrown-usds Date: Wed, 7 Sep 2022 13:53:19 -0400 Subject: [PATCH] removing unnecessary logger --- .../data_pipeline/etl/sources/cdc_life_expectancy/etl.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/data-pipeline/data_pipeline/etl/sources/cdc_life_expectancy/etl.py b/data/data-pipeline/data_pipeline/etl/sources/cdc_life_expectancy/etl.py index 3a01c29a..70952516 100644 --- a/data/data-pipeline/data_pipeline/etl/sources/cdc_life_expectancy/etl.py +++ b/data/data-pipeline/data_pipeline/etl/sources/cdc_life_expectancy/etl.py @@ -158,5 +158,4 @@ class CDCLifeExpectancy(ExtractTransformLoad): self.output_df[self.COLUMNS_TO_KEEP].to_csv( path_or_buf=self.OUTPUT_PATH / "usa.csv", index=False ) - - logger.info(self.OUTPUT_PATH / "usa.csv") +