Skip to content

Commit

Permalink
misc(log): clean-up unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
peckto authored and rumpelsepp committed Nov 4, 2024
1 parent 5cf0df4 commit 2ea04e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gallia/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ def setup_logging(
:param path: The path to the logfile containing json records.
:param color_mode: The color mode to use for the console.
"""
colored = resolve_color_mode(color_mode)

if level is None:
# FIXME why is this here and not in config?
if (raw := os.getenv("GALLIA_LOGLEVEL")) is not None:
Expand Down

0 comments on commit 2ea04e7

Please sign in to comment.