Skip to content

Commit

Permalink
Merge pull request #1047 from hackforla/mattyweb/issue1028
Browse files Browse the repository at this point in the history
Mattyweb/issue1028
  • Loading branch information
mattyweb authored Mar 24, 2021
2 parents 6890069 + 4c03a02 commit 53411fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/prefect/tasks/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ def reload_reports():

result = asyncio.run(run_js_page(reload_path))

# TODO: REMOVE THIS
logger.info(result)

if SUCCESS_STRING in result:
logger.info(f"Report reloading successful: {reload_path}")
else:
Expand Down

0 comments on commit 53411fa

Please sign in to comment.