Skip to content

Commit 2b460dd

Browse files
authored
Merge pull request #4646 from awsr/patch-2
Remove debugging console log
2 parents 82e9143 + bce97ef commit 2b460dd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

javascript/gallery.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ class GalleryFile extends HTMLElement {
450450
}
451451

452452
this.hash = await getHash(`${this.src}/${this.size}/${this.mtime}`); // eslint-disable-line
453-
console.log('CREATE HASH', this.hash, `${this.src}/${this.size}/${this.mtime}`);
454453
const cachedData = (this.hash && opts.browser_cache) ? await idbGet(this.hash).catch(() => undefined) : undefined;
455454
const img = document.createElement('img');
456455
img.className = 'gallery-file';

0 commit comments

Comments
 (0)