diff --git a/src/main/java/frc/robot/Robot.java b/src/main/java/frc/robot/Robot.java index 9346b78..efe5297 100644 --- a/src/main/java/frc/robot/Robot.java +++ b/src/main/java/frc/robot/Robot.java @@ -57,9 +57,9 @@ public Robot() { Epilogue.configure( config -> { - // TODO: Set up the epilogue data logging configuration - // By default, data will only be logged to network tables. We should log to disk if - // there's a USB drive plugged in + // TODO: Set up the epilogue data logging configuration. + // By default, data will only be logged to network tables. + // We should log to disk if there's a USB drive plugged in }); Epilogue.bind(this);