Skip to content

Commit

Permalink
Update Robot.java
Browse files Browse the repository at this point in the history
  • Loading branch information
legoguy1000 authored Jan 24, 2024
1 parent dcf4ac3 commit 847d3bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public void robotInit() {
setUseTiming(true);
} else if (isSimulation()) {
Logger.addDataReceiver(new NT4Publisher()); // Publish data to NetworkTables
Logger.addDataReceiver(new WPILOGWriter(LogFileUtil.addPathSuffix("~/", "_sim")));
setUseTiming(true);
} else {
String logPath = LogFileUtil.findReplayLog(); // Pull the replay log from AdvantageScope
Expand Down

0 comments on commit 847d3bb

Please sign in to comment.