Skip to content

Commit 6ea91c4

Browse files
committed
[processing] removed debug line
1 parent 9733ae8 commit 6ea91c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/plugins/processing/modeler/ModelerDialog.py

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def _dragEnterEvent(event):
7777
def _dropEvent(event):
7878
if event.mimeData().hasText():
7979
text = event.mimeData().text()
80-
print text
8180
if text in ModelerParameterDefinitionDialog.paramTypes:
8281
self.addInputOfType(text)
8382
else:

0 commit comments

Comments
 (0)