From 5fbf09a9a7dd9784fcc6914a33beca6fe471d0b8 Mon Sep 17 00:00:00 2001 From: benStre Date: Thu, 19 Sep 2024 00:04:40 +0200 Subject: [PATCH] remove debug log --- datex-bindings/dom-utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/datex-bindings/dom-utils.ts b/datex-bindings/dom-utils.ts index 1edb891..bcdd546 100644 --- a/datex-bindings/dom-utils.ts +++ b/datex-bindings/dom-utils.ts @@ -455,8 +455,6 @@ export class DOMUtils { private setAttribute(element: Element, attr:string, val:unknown, root_path?:string|URL): boolean { - if (element.tagName=="INPUT" && attr=="class") console.warn("setattr",attr,val) - // special suffixes: // non-module-relative paths if :route suffix