Skip to content

Commit

Permalink
Remove duplicate error logger
Browse files Browse the repository at this point in the history
  • Loading branch information
kasnerz committed Dec 2, 2024
1 parent d3817ae commit 60c7080
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions factgenie/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
CROWDSOURCING_CONFIG_DIR,
)

file_handler = logging.FileHandler("error.log")
file_handler.setLevel(logging.ERROR)

logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 60c7080

Please sign in to comment.