diff --git a/ballcosmos/__init__.py b/ballcosmos/__init__.py index f17ccaf..f9d3bd2 100644 --- a/ballcosmos/__init__.py +++ b/ballcosmos/__init__.py @@ -17,13 +17,6 @@ from ballcosmos.connection import * from ballcosmos.environment import * - -logging.basicConfig( - format="%(asctime)s %(levelname)s %(name)s %(message)s", - level=logging.getLevelName(LOG_LEVEL), -) - - ################################### CTS = None # Stands for command telemetry server