Skip to content

Commit

Permalink
[all] Console.log performance metrics with action "debug"
Browse files Browse the repository at this point in the history
  • Loading branch information
konovalovsergey committed Aug 28, 2023
1 parent cec95e5 commit 592a578
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/editorscommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -13204,6 +13204,9 @@
if (!api) {
return;
}
if (api.documentOpenOptions && api.documentOpenOptions["debug"]) {
console.log("clientLog: "+ msg);
}
api.CoAuthoringApi.sendClientLog(level, msg);
}

Expand Down

0 comments on commit 592a578

Please sign in to comment.