Skip to content

Commit 97e648b

Browse files
Removed debug logging
1 parent c569aab commit 97e648b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

v3/src/sound/webaudio/WebAudioSound.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ var WebAudioSound = new Class({
167167
var offset = this.currentMarker ? this.currentMarker.start : 0;
168168
var duration = this.duration;
169169
this.loopTime = when;
170-
console.log(this.key + ' loopTime: ' + this.loopTime);
171-
console.log(this.key + ' delta: ' + (this.loopTime - this.startTime));
172170
this.loopSource = this.createBufferSource();
173171
this.loopSource.playbackRate.setValueAtTime(this.totalRate, 0);
174172
this.loopSource.start(Math.max(0, when), Math.max(0, offset), Math.max(0, duration));

0 commit comments

Comments
 (0)