SmartDashboard Update and Saving

We commented out the following line in my Robot.java:

	   // SmartDashboard.putNumber("Distance (volts)", RangeSensor_Subsystem.getVoltage());
	   // SmartDashboard.putNumber("Distance (real)", RangeSensor_Subsystem.getDistance());

In my Smartdashboard, we remove the 2 object that were displayed… then File/Save… we also close the Smartdashboard and save layout on exit.

If we re-open, those entry show up again… How can we get rid of them permanently?

You will need to hit View>Editable and right click the objects you want to delete and hit “Remove” from the drop down menu.

Have you done this? http://wpilib.screenstepslive.com/s/4485/m/26401/l/255408-stale-data-and-smartdashboard