Skip to content

Commit b2cf0e8

Browse files
author
Jordi García L
committed
Remove weird, unrelevan, irrelevant log
1 parent 8a7aeb4 commit b2cf0e8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

scripts/tune_player.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,8 @@ var createSampler = function(audioContext) {
120120
initStartPoints();
121121
loadBells();
122122

123-
var poop = Math.sqrt(6);
124-
var butt = poop;
125-
console.log(butt);
126-
127123
return {
128-
playNote: playNote,
129-
butt: butt
124+
playNote: playNote
130125
}
131126
};
132127

0 commit comments

Comments
 (0)