remove comments

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-12-05 15:44:27 +01:00
parent bfb2b044bb
commit 7185b898a3

View file

@ -96,13 +96,6 @@ Cura.MenuItem
y: {
var popupHeight = materialTypesModel.material_types.count * UM.Theme.getSize("menu").height
var spaceToBottom = materialBrandMenu.parent.height - parent.y // Space from hovered item to bottom of list
//
// print(materialTypesModel)
// print(materialTypesModel.material_types)
// print(materialTypesModel.material_types.count)
// print("popupHeight: " + popupHeight)
// print("parentHeight: " + parentHeight)
// print("parent.y: " + parent.y)
if (popupHeight < spaceToBottom)
{