From eb7420aabf19cf48f29dca76e592e91936ac6f48 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 17 Mar 2015 18:12:29 -0700 Subject: [PATCH] crmUiHelp - Remove unnecessary code --- js/angular-crm-ui.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/angular-crm-ui.js b/js/angular-crm-ui.js index 2b6b1abaae..9f2332c028 100644 --- a/js/angular-crm-ui.js +++ b/js/angular-crm-ui.js @@ -172,13 +172,9 @@ return this.options[n]; }, open: function open() { - console.log('open', this.options.title, this.options.id, this.options.file); CRM.help(this.options.title, {id: this.options.id, file: this.options.file}); }, clone: function clone(options, defaults) { - options = options || {}; - defaults = defaults || {}; - console.log('clone', defaults, this.options, options); return new FieldHelp(angular.extend({}, defaults, this.options, options)); } }); -- 2.25.1