remove dead comment

This commit is contained in:
Michel Aractingi
2025-09-04 15:32:11 +02:00
parent 873cafef39
commit 4dbd63f613

View File

@@ -60,7 +60,6 @@ class Reachy2CameraConfig(CameraConfig):
color_mode: ColorMode = ColorMode.RGB
ip_address: str | None = "localhost"
port: int = 50065
# use_depth: bool = False
def __post_init__(self):
if self.name not in ["teleop", "depth"]: