Skip to content

Commit

Permalink
Remove to-do comment that had already been done
Browse files Browse the repository at this point in the history
  • Loading branch information
aidnem committed Nov 7, 2024
1 parent 185154c commit 80d2a3d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ private void runMonitors() {
monitor -> {
monitor.periodic(Timer.getFPGATimestamp());

// TODO: Move logging to MonitoredSubsystem under wpi interface
Logger.recordOutput(
"monitors/" + monitor.getName() + "/triggered", monitor.isTriggered());
Logger.recordOutput(
Expand Down

0 comments on commit 80d2a3d

Please sign in to comment.