Skip to content

Commit

Permalink
commented out a console.log I forgot about
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed May 14, 2024
1 parent 16ec2b8 commit f7cbfff
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion synth/synth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function changeLoopType() {
_loopType += 1;} else {
_loopType = 1;
}
console.log("Loop count: "+_loopType);
//console.log("Loop count: "+_loopType);
}

declare global {
Expand Down
1 change: 0 additions & 1 deletion website/beepbox_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -20014,7 +20014,6 @@ li.select2-results__option[role=group] > strong:hover {
else {
_loopType = 1;
}
console.log("Loop count: " + _loopType);
}
const epsilon = (1.0e-24);
function clamp(min, max, val) {
Expand Down
2 changes: 1 addition & 1 deletion website/beepbox_editor.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion website/beepbox_synth.js
Original file line number Diff line number Diff line change
Expand Up @@ -2229,7 +2229,6 @@ var beepbox = (function (exports) {
else {
exports._loopType = 1;
}
console.log("Loop count: " + exports._loopType);
}
const epsilon = (1.0e-24);
function clamp(min, max, val) {
Expand Down
2 changes: 1 addition & 1 deletion website/beepbox_synth.min.js

Large diffs are not rendered by default.

0 comments on commit f7cbfff

Please sign in to comment.