Skip to content

Commit 6f498a3

Browse files
committedOct 5, 2016
[processing] removed debug line
1 parent db7b1e7 commit 6f498a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎python/plugins/processing/core/parameters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,6 @@ def setValue(self, n):
836836
self.value = float(v)
837837
return True
838838
except:
839-
raise
840839
return False
841840
else:
842841
try:

0 commit comments

Comments
 (0)
Please sign in to comment.