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 Oct 5, 2016
1 parent db7b1e7 commit 6f498a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/core/parameters.py
Expand Up @@ -836,7 +836,6 @@ def setValue(self, n):
self.value = float(v)
return True
except:
raise
return False
else:
try:
Expand Down

0 comments on commit 6f498a3

Please sign in to comment.