Skip to content

Commit

Permalink
fix: remove console.log statement in volume modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeen committed Dec 13, 2022
1 parent 80db80e commit 6ff4940
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/modifiers/stereo-volume.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default class StereoVolumeModifier extends Modifier {

modify(element, [eventName], options) {
if (!this.element) {
console.log('modify');
this.element = element;
this.eventName = eventName;
this.options = options;
Expand Down

0 comments on commit 6ff4940

Please sign in to comment.