Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Jun 24, 2024
1 parent e8c3123 commit 93ed127
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion QgisModelBaker/gui/panel/layer_tids_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ def setEditorData(self, editor, index):

def setModelData(self, editor, model, index):
value = editor.expression()
print(f"new exp{value}")
model.setData(index, value, int(Qt.EditRole))

def updateEditorGeometry(self, editor, option, index):
Expand Down

0 comments on commit 93ed127

Please sign in to comment.