Skip to content

Commit

Permalink
Merge pull request #18 from cybertoothca/fix-logging-that-should-have…
Browse files Browse the repository at this point in the history
…-been-removed

Fix Erroneous Logging
  • Loading branch information
nadnoslen authored Feb 1, 2017
2 parents 6a55b94 + a006da5 commit 7a25e86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion addon/components/twbs-popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default Ember.Component.extend(Popover, {
layout,
tagName: 'span',
_destroyPopover: Ember.on('willDestroyElement', function () {
Ember.Logger.info('DESTROYING?');
if (Ember.isPresent(this.get('_$triggerElement'))) {
this.get('_$triggerElement').popover('destroy');
}
Expand Down
1 change: 0 additions & 1 deletion addon/mixins/popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export default Ember.Mixin.create({
hash.delay = this.get('_delayComputed');
hash.template = this.get('popoverTemplate');
hash.trigger = this.get('popoverTrigger');
Ember.Logger.info(hash);
return hash;
},
/**
Expand Down

0 comments on commit 7a25e86

Please sign in to comment.