Remove comments

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-12-05 11:56:22 +01:00
parent 0738f996d0
commit 6d474dfe40

View File

@ -85,20 +85,6 @@ UM.TooltipArea
currentIndex = i
}
}
// // Options come in as a string-representation of an OrderedDict
// if(propertyProvider.properties.options)
// {
// var options = propertyProvider.properties.options.match(/^OrderedDict\(\[\((.*)\)\]\)$/);
// if(options)
// {
// options = options[1].split("), (");
// for(var i = 0; i < options.length; i++)
// {
// var option = options[i].substring(1, options[i].length - 1).split("', '");
// append({ text: option[1], value: option[0] });
// }
// }
// }
}
Component.onCompleted: updateModel()