Skip to content

Commit

Permalink
[processing] removed debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed May 21, 2014
1 parent 9733ae8 commit 6ea91c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/modeler/ModelerDialog.py
Expand Up @@ -77,7 +77,6 @@ def _dragEnterEvent(event):
def _dropEvent(event):
if event.mimeData().hasText():
text = event.mimeData().text()
print text
if text in ModelerParameterDefinitionDialog.paramTypes:
self.addInputOfType(text)
else:
Expand Down

0 comments on commit 6ea91c4

Please sign in to comment.