remove debugs

This commit is contained in:
Girish Ramakrishnan
2021-08-11 12:41:44 -07:00
parent 6ac297bac5
commit a76c4b9b56

View File

@@ -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) { -%>