From 11166bb27ad2335f7812fcb88c788397f5106751 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Thu, 14 Jan 2021 01:11:13 +0100 Subject: [PATCH] Adaption to new logging concept --- __init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/__init__.py b/__init__.py index 52508f1..c763932 100644 --- a/__init__.py +++ b/__init__.py @@ -28,8 +28,6 @@ from geo import gps from geo import osm from geo import sun -logger_name = 'GEO' - __DESCRIPTION__ = """The Module {\\tt %s} is designed to \\ldots. For more Information read the sphinx documentation.""" % __name__.replace('_', '\_') """The Module Description"""