Skip to content

Commit b0cac0b

Browse files
committed
Remove debugging code
1 parent 518ffe3 commit b0cac0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/plugins/processing/gui/wrappers.py

-1
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,6 @@ def create_wrapper_from_metadata(param, dialog, row=0, col=0):
13571357

13581358
@staticmethod
13591359
def create_wrapper_from_class(param, dialog, row=0, col=0):
1360-
print("PARAM", param, param.name(), param.type())
13611360
wrapper = None
13621361
if param.type() == 'boolean':
13631362
wrapper = BooleanWidgetWrapper

0 commit comments

Comments
 (0)