There was an error while loading. Please reload this page.
2 parents 82e9143 + bce97ef commit 2b460ddCopy full SHA for 2b460dd
1 file changed
javascript/gallery.js
@@ -450,7 +450,6 @@ class GalleryFile extends HTMLElement {
450
}
451
452
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}`);
454
const cachedData = (this.hash && opts.browser_cache) ? await idbGet(this.hash).catch(() => undefined) : undefined;
455
const img = document.createElement('img');
456
img.className = 'gallery-file';
0 commit comments