Removed commented lines + todos
[kaka/cakelight.git] / src / kaka / cakelight / VideoMode.java
index 6da36f2..ca0bd53 100644 (file)
@@ -38,8 +38,6 @@ public class VideoMode extends Mode {
                         if (frameConsumer != null) frame.ifPresent(frameConsumer);
                         frame.ifPresent(VideoMode.this::onFrame);
 //                        timeIt("frame", grabber::grabFrame);
-                        // TODO: process frame
-                        // TODO: save where the LedController can access it
                     }
                 } catch (IOException e) {
                     e.printStackTrace();