Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 3837875

Browse files
refactor: remove unused console.log
1 parent 70a2c2e commit 3837875

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/app-img/lazy-img.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export class LazyImg {
4343
}
4444

4545
handleImage() {
46-
console.log('a');
4746
const image = this.image;
4847
image.setAttribute('src', this.src || '');
4948
image.onload = () => {

0 commit comments

Comments
 (0)