mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] removed debug line
This commit is contained in:
parent
9733ae8e50
commit
6ea91c4bec
@ -77,7 +77,6 @@ class ModelerDialog(QDialog, Ui_DlgModeler):
|
||||
def _dropEvent(event):
|
||||
if event.mimeData().hasText():
|
||||
text = event.mimeData().text()
|
||||
print text
|
||||
if text in ModelerParameterDefinitionDialog.paramTypes:
|
||||
self.addInputOfType(text)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user