Skip to content

Commit 2076f5e

Browse files
committed
📝 Remove global log level setting in API Objects
1 parent abb7444 commit 2076f5e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

simvue/api/objects/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
)
3434
from simvue.api.url import URL
3535

36-
logging.basicConfig(level=logging.INFO)
37-
3836
try:
3937
from typing import Self
4038
except ImportError:

0 commit comments

Comments
 (0)