Remove debugging code

This commit is contained in:
Nyall Dawson 2017-08-07 17:12:53 +10:00
parent 518ffe3f62
commit b0cac0bd04

View File

@ -1357,7 +1357,6 @@ class WidgetWrapperFactory:
@staticmethod
def create_wrapper_from_class(param, dialog, row=0, col=0):
print("PARAM", param, param.name(), param.type())
wrapper = None
if param.type() == 'boolean':
wrapper = BooleanWidgetWrapper