Skip to content

Commit

Permalink
Remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jan 13, 2024
1 parent 57af36f commit f4c41f7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1431,13 +1431,6 @@ def process_export_format(export_format):
for exf in export_formats:
resource = process_export_format(exf)
resources.append(resource)
logging.info(
"Processing Done of all Export formats for %s in %s ",
category_name.lower(),
humanize.naturaldelta(
timedelta(seconds=(time.time() - start_export_formats_time))
),
)
return resources

def process_category_result(self, category_result):
Expand Down

0 comments on commit f4c41f7

Please sign in to comment.