mirror of
https://github.com/vladmandic/automatic
synced 2026-09-02 19:10:46 +02:00
Remove debugging console log
This commit is contained in:
@@ -450,7 +450,6 @@ class GalleryFile extends HTMLElement {
|
||||
}
|
||||
|
||||
this.hash = await getHash(`${this.src}/${this.size}/${this.mtime}`); // eslint-disable-line
|
||||
console.log('CREATE HASH', this.hash, `${this.src}/${this.size}/${this.mtime}`);
|
||||
const cachedData = (this.hash && opts.browser_cache) ? await idbGet(this.hash).catch(() => undefined) : undefined;
|
||||
const img = document.createElement('img');
|
||||
img.className = 'gallery-file';
|
||||
|
||||
Reference in New Issue
Block a user