diff --git a/src/components/chat/bubbleGroups.ts b/src/components/chat/bubbleGroups.ts index 9014f36cd..b96794ac0 100644 --- a/src/components/chat/bubbleGroups.ts +++ b/src/components/chat/bubbleGroups.ts @@ -220,7 +220,7 @@ export class BubbleGroup { mount(updateClassNames?: boolean) { if(!this.groups.groups.includes(this) || !this.items.length) { // group can be already removed - debugger; + // debugger; if(this.mounted) { this.onItemUnmount(); diff --git a/src/helpers/dom/superIntersectionObserver.ts b/src/helpers/dom/superIntersectionObserver.ts index 2bf100326..b042ccd12 100644 --- a/src/helpers/dom/superIntersectionObserver.ts +++ b/src/helpers/dom/superIntersectionObserver.ts @@ -27,7 +27,7 @@ export default class SuperIntersectionObserver { const callbacks = observing.get(entry.target); if(!callbacks) { console.error('intersection process no callbacks:', entry); - debugger; + continue; } diff --git a/src/helpers/saveLottiePreview.ts b/src/helpers/saveLottiePreview.ts index d5b61e92a..da924c1bc 100644 --- a/src/helpers/saveLottiePreview.ts +++ b/src/helpers/saveLottiePreview.ts @@ -78,8 +78,7 @@ export async function saveLottiePreview(doc: MyDocument, canvas: HTMLCanvasEleme } if(!blob) { - console.error('trying to save sticker preview with no blob', arguments); - debugger; + console.error('trying to save sticker preview with no blob', arguments); return; }