mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
Remove debugger
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user