Skip to content

Commit 04f074a

Browse files
committed
Removed commented-out code
1 parent dba0d2e commit 04f074a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/logbook/olog/ui/src/main/java/org/phoebus/logbook/olog/ui/AttachmentsViewController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ public void invalidateAttachmentList(LogEntry logEntry) {
235235
public void setAttachments(Collection<Attachment> attachmentsList) {
236236
Platform.runLater(() -> {
237237
this.attachments.setAll(attachmentsList);
238-
//attachmentListView.setItems(this.attachments);
239238
// Update UI
240239
if (!this.attachments.isEmpty()) {
241240
attachmentListView.getSelectionModel().select(this.attachments.get(0));

app/logbook/olog/ui/src/main/java/org/phoebus/logbook/olog/ui/LogEntryTableViewController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,6 @@ public void showHelp() {
572572
*/
573573
public void logEntryChanged(LogEntry logEntry) {
574574
search();
575-
//logEntryDisplayController.updateLogEntry(logEntry);
576575
setLogEntry(logEntry);
577576
}
578577

0 commit comments

Comments
 (0)