Skip to content

Commit

Permalink
fix(era5): remove debug log level
Browse files Browse the repository at this point in the history
  • Loading branch information
yannforget committed Dec 20, 2024
1 parent bfecd4e commit eb22fef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openhexa/toolbox/era5/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
with importlib.resources.open_text("openhexa.toolbox.era5", "variables.json") as f:
VARIABLES = json.load(f)

logging.basicConfig(level=logging.DEBUG, format="%(name)s %(asctime)s %(levelname)s %(message)s")
log = logging.getLogger(__name__)


Expand Down

0 comments on commit eb22fef

Please sign in to comment.