Skip to content

Commit

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

Expand Down

0 comments on commit f15c7fa

Please sign in to comment.