Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Sep 18, 2024
1 parent d349f38 commit 5fbf09a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datex-bindings/dom-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fbf09a

Please sign in to comment.