Remove warning

This commit is contained in:
nathan 2022-07-20 08:10:58 -06:00
parent 4e4a24ea1d
commit af9aaa25de

View File

@ -1351,7 +1351,6 @@ function transformAttributes(widget, mgr : et2_arrayMgr, attributes)
widget.style.setProperty("width", attributes.width);
widget.style.setProperty("flex", "0 0 auto");
delete attributes.width;
console.log("Widget sets width via attribute. We want to avoid this - use CSS instead.", widget);
}
// Apply any set attributes - widget will do its own coercion