Remove log

This commit is contained in:
Oleg Korshul
2025-11-24 01:04:22 +03:00
parent 86245ba284
commit 779f5c51d7

View File

@ -160,7 +160,7 @@ MarkDownStreamer.prototype.onStreamStableTail = async function(stableMD, tailMD)
this.tail = tailMD;
console.log("Streamed chunk. Stable:" + stableMD + " Html:" + obj.stable);
//console.log("Streamed chunk. Stable:" + stableMD + " Html:" + obj.stable);
await Asc.Editor.callMethod("InsertStreamedContent", [obj]);
};