mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-28 16:41:19 +01:00
removes basic configuration of logging system in task module
This commit is contained in:
@@ -11,7 +11,6 @@ import pydase.data_service.data_service
|
||||
from pydase.task.task_status import TaskStatus
|
||||
from pydase.utils.helpers import current_event_loop_exists
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
R = TypeVar("R")
|
||||
|
||||
Reference in New Issue
Block a user