diff --git a/data/data-pipeline/data_pipeline/etl/sources/ncld_nature_deprived/etl.py b/data/data-pipeline/data_pipeline/etl/sources/ncld_nature_deprived/etl.py index 7b237da5..ef3e9aff 100644 --- a/data/data-pipeline/data_pipeline/etl/sources/ncld_nature_deprived/etl.py +++ b/data/data-pipeline/data_pipeline/etl/sources/ncld_nature_deprived/etl.py @@ -57,8 +57,6 @@ class NatureDeprivedETL(ExtractTransformLoad): """ logger.info("Transforming NCLD Data") - logger.info(self.COLUMNS_TO_KEEP) - df_ncld: pd.DataFrame = pd.read_csv( self.INPUT_CSV, dtype={self.INPUT_GEOID_TRACT_FIELD_NAME: str},