crmUiHelp - Remove unnecessary code
authorTim Otten <totten@civicrm.org>
Wed, 18 Mar 2015 01:12:29 +0000 (18:12 -0700)
committerColeman Watts <coleman@civicrm.org>
Thu, 19 Mar 2015 15:39:48 +0000 (11:39 -0400)
js/angular-crm-ui.js

index 2b6b1abaae4f9e064dba9298617528ba159dbf21..9f2332c02813b7f5b99554f591efbd62a77b1b74 100644 (file)
           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));
         }
       });