diff --git a/app/save-and-restore/app/src/main/java/org/phoebus/applications/saveandrestore/ui/snapshot/SnapshotController.java b/app/save-and-restore/app/src/main/java/org/phoebus/applications/saveandrestore/ui/snapshot/SnapshotController.java index b36d4b372b..e7bbef4720 100644 --- a/app/save-and-restore/app/src/main/java/org/phoebus/applications/saveandrestore/ui/snapshot/SnapshotController.java +++ b/app/save-and-restore/app/src/main/java/org/phoebus/applications/saveandrestore/ui/snapshot/SnapshotController.java @@ -1506,7 +1506,6 @@ private void showSnapshotInTable() { tableEntry.setConfigPv(entry.getConfigPv()); tableEntry.setSnapshotValue(entry.getValue(), 0); tableEntry.setStoredReadbackValue(entry.getReadbackValue(), 0); - tableEntry.setReadbackValue(entry.getReadbackValue()); if (entry.getValue() == null || entry.getValue().equals(VDisconnectedData.INSTANCE)) { tableEntry.setActionResult(ActionResult.FAILED); }