mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Remove debugging code
This commit is contained in:
parent
518ffe3f62
commit
b0cac0bd04
@ -1357,7 +1357,6 @@ class WidgetWrapperFactory:
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def create_wrapper_from_class(param, dialog, row=0, col=0):
|
def create_wrapper_from_class(param, dialog, row=0, col=0):
|
||||||
print("PARAM", param, param.name(), param.type())
|
|
||||||
wrapper = None
|
wrapper = None
|
||||||
if param.type() == 'boolean':
|
if param.type() == 'boolean':
|
||||||
wrapper = BooleanWidgetWrapper
|
wrapper = BooleanWidgetWrapper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user