Skip to content

Commit

Permalink
Remove stray print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed May 16, 2024
1 parent 4681ad7 commit 0e41059
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ert/gui/model/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ def data(self, index: QModelIndex, role=Qt.DisplayRole):
node: Union[RootNode, IterNode, RealNode, ForwardModelStepNode] = (
index.internalPointer()
)
print(f"{type(node).__name__}:{node.id_}")
if role == NodeRole:
return node

Expand Down

0 comments on commit 0e41059

Please sign in to comment.