Skip to content

Commit

Permalink
console log
Browse files Browse the repository at this point in the history
  • Loading branch information
blurymind committed Sep 10, 2024
1 parent e9574b6 commit c8ec430
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/public/web-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c8ec430

Please sign in to comment.