remove debugs
This commit is contained in:
@@ -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) { -%>
|
||||
|
||||
Reference in New Issue
Block a user