From a76c4b9b561e839ee0d84eda5eac447a9d21eed5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 11 Aug 2021 12:41:44 -0700 Subject: [PATCH] remove debugs --- src/js/client.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/client.js b/src/js/client.js index 121d7cd8e..1d24596f3 100644 --- a/src/js/client.js +++ b/src/js/client.js @@ -516,8 +516,6 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout Client.prototype.setConfig = function (config) { var that = this; - console.log('SETTING CONFIG'); - console.dir(config); angular.copy(config, this._config); <% if (appstore.webOrigin) { -%>