mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
Remove log
This commit is contained in:
@ -160,7 +160,7 @@ MarkDownStreamer.prototype.onStreamStableTail = async function(stableMD, tailMD)
|
|||||||
|
|
||||||
this.tail = 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]);
|
await Asc.Editor.callMethod("InsertStreamedContent", [obj]);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user