Skip to content

Commit

Permalink
removed logging settings from camera.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverDrechsler committed Feb 2, 2025
1 parent 6d712f5 commit cfc11b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions camera/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@
from config.config_util import Configuration, DefaultCam
from config.data_class import Camera_Task, Message_Task

logging.basicConfig(
level=logging.DEBUG, format="%(asctime)s - %(levelname)s - %(message)s"
)
logger: logging.Logger = logging.getLogger(name="camera")


class Camera:
def __init__(
self,
Expand Down

0 comments on commit cfc11b8

Please sign in to comment.