Remove extra comment

This commit is contained in:
seanavery
2023-07-24 10:53:41 -04:00
committed by Clyde Bazile
parent dad145ef11
commit 03c44ee803

View File

@@ -360,7 +360,6 @@ func (c *camera) Properties() []prop.Media {
}
framerates := c.cam.GetSupportedFramerates(format, uint32(width), uint32(height))
// If the camera doesn't support framerate, we just add the resolution and format
if len(framerates) == 0 {
properties = append(properties, prop.Media{
Video: prop.Video{