From af9aaa25de6361da00e4d43e9d595a1a5700987f Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 20 Jul 2022 08:10:58 -0600 Subject: [PATCH] Remove warning --- api/js/etemplate/Et2Widget/Et2Widget.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/js/etemplate/Et2Widget/Et2Widget.ts b/api/js/etemplate/Et2Widget/Et2Widget.ts index bab36245ec..d2e672185c 100644 --- a/api/js/etemplate/Et2Widget/Et2Widget.ts +++ b/api/js/etemplate/Et2Widget/Et2Widget.ts @@ -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