Skip to content

Commit e50fb4e

Browse files
committed
removed out commented code
1 parent 011ba4e commit e50fb4e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,6 @@ public void initialize() {
133133
timeOwnerCol.setCellValueFactory(col -> new SimpleObjectProperty<>(col.getValue()));
134134
timeOwnerCol.setCellFactory(col -> {
135135
final GridPane pane = new GridPane();
136-
137-
// pane.setOnMousePressed(event -> {
138-
// System.out.println("Button: " + event.getButton());
139-
// });
140-
141136
final Label timeText = new Label();
142137
timeText.setStyle("-fx-font-weight: bold");
143138
final Label ownerText = new Label();

0 commit comments

Comments
 (0)