Skip to content

Commit f7cbfff

Browse files
committed
commented out a console.log I forgot about
1 parent 16ec2b8 commit f7cbfff

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

synth/synth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function changeLoopType() {
1414
_loopType += 1;} else {
1515
_loopType = 1;
1616
}
17-
console.log("Loop count: "+_loopType);
17+
//console.log("Loop count: "+_loopType);
1818
}
1919

2020
declare global {

website/beepbox_editor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20014,7 +20014,6 @@ li.select2-results__option[role=group] > strong:hover {
2001420014
else {
2001520015
_loopType = 1;
2001620016
}
20017-
console.log("Loop count: " + _loopType);
2001820017
}
2001920018
const epsilon = (1.0e-24);
2002020019
function clamp(min, max, val) {

website/beepbox_editor.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/beepbox_synth.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2229,7 +2229,6 @@ var beepbox = (function (exports) {
22292229
else {
22302230
exports._loopType = 1;
22312231
}
2232-
console.log("Loop count: " + exports._loopType);
22332232
}
22342233
const epsilon = (1.0e-24);
22352234
function clamp(min, max, val) {

website/beepbox_synth.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)