Skip to content

Commit

Permalink
SW-736 Remove console logging calls via Analytics from MrBeamPlugin #…
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledsherkawi authored and ahmed-mrbeam committed Dec 8, 2021
1 parent adb6cde commit 6c61b35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions octoprint_mrbeam/static/js/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ $(function () {
};

self.onAllBound = function () {
/* This is commented out to stop console logging for the time being
self._updateAnalyticsEnabledValue();
if (console.everything) {
Expand All @@ -123,6 +124,7 @@ $(function () {
console.callbacks.warn = self.send_console_event;
console.callbacks.log = self.send_console_event;
}
*/
};

self.onStartupComplete = function () {
Expand Down

0 comments on commit 6c61b35

Please sign in to comment.