diff --git a/openhexa/toolbox/era5/google.py b/openhexa/toolbox/era5/google.py index dc4b8d8..884dbba 100644 --- a/openhexa/toolbox/era5/google.py +++ b/openhexa/toolbox/era5/google.py @@ -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__)