Remove debugger

This commit is contained in:
Oleg Korshul
2025-11-05 09:54:05 +03:00
parent d17df9ceb2
commit 4136d3f325

View File

@ -42,7 +42,6 @@ function MarkDownStreamer()
// INTERFACE
MarkDownStreamer.prototype.onStreamChunk = async function(mdValue, isFinalChunk)
{
debugger;
if (!this.isStated) {
await Asc.Editor.callMethod("StartAction", ["GroupActions"]);
this.isStated = true;