diff --git a/cowbird/handlers/impl/nginx.py b/cowbird/handlers/impl/nginx.py index 0ad5937..a3530d5 100644 --- a/cowbird/handlers/impl/nginx.py +++ b/cowbird/handlers/impl/nginx.py @@ -5,7 +5,6 @@ from cowbird.typedefs import SettingsType from cowbird.utils import get_logger - LOGGER = get_logger(__name__) diff --git a/cowbird/handlers/impl/thredds.py b/cowbird/handlers/impl/thredds.py index 307cfcc..ee62f28 100644 --- a/cowbird/handlers/impl/thredds.py +++ b/cowbird/handlers/impl/thredds.py @@ -5,7 +5,6 @@ from cowbird.typedefs import SettingsType from cowbird.utils import get_logger - LOGGER = get_logger(__name__)