Skip to content

Commit 5ea9d87

Browse files
committed
chore: removing debugging
1 parent b41e1bf commit 5ea9d87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

demo/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ class LoadingImages extends HTMLImageElement {
4141
constructor() {
4242
super(); // Always call super() first in the constructor.
4343
// Call for preparing the sample image element included the latest
44-
console.log('preparing image', this);
4544
loadingAttributePolyfill.prepareElement(this);
4645
}
4746
}
@@ -54,7 +53,6 @@ class LoadingIframes extends HTMLIFrameElement {
5453
constructor() {
5554
super(); // Always call super() first in the constructor.
5655
// Call for preparing the sample iframe element included the latest
57-
console.log('preparing iframe', this);
5856
loadingAttributePolyfill.prepareElement(this);
5957
}
6058
}

0 commit comments

Comments
 (0)