We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9733ae8 commit 6ea91c4Copy full SHA for 6ea91c4
python/plugins/processing/modeler/ModelerDialog.py
@@ -77,7 +77,6 @@ def _dragEnterEvent(event):
77
def _dropEvent(event):
78
if event.mimeData().hasText():
79
text = event.mimeData().text()
80
- print text
81
if text in ModelerParameterDefinitionDialog.paramTypes:
82
self.addInputOfType(text)
83
else:
0 commit comments