Skip to content

Commit d6bbe00

Browse files
authored
Merge pull request #12 from PikaDude/fix-buttlog
Yeah, this script that manages the town tune is a bit of a mess. I'm not sure what this was doing there either.
2 parents 8a7aeb4 + b2cf0e8 commit d6bbe00

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)