From c8ec43009d7397bd6c77db594995c642683dd816 Mon Sep 17 00:00:00 2001 From: blurymind Date: Tue, 10 Sep 2024 23:12:42 +0100 Subject: [PATCH] console log --- src/public/web-components.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/public/web-components.js b/src/public/web-components.js index 9de8e9cc..c83e84eb 100644 --- a/src/public/web-components.js +++ b/src/public/web-components.js @@ -390,7 +390,6 @@ class ResourcesComponent extends HTMLElement { ); let totalSize = 0//bytes = (string_length(encoded_string) - 814) / 1.37 shadowRoot.getElementById('selected-resource-preview').innerHTML = this.selectedResources.map((resource, index) => { - console.log({totalSize}) if(totalSize > kbLimitPreview) return;// we need some hard limit from preventing potential crash const selectedItem = resource.src;