Skip to content

Commit

Permalink
Removed some debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Feb 15, 2024
1 parent 037d076 commit 967ce8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/cambiare/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ let Cambiare = class extends RootDisplay {
upThis.#redrawNotesInternal(sum, channels);
// Draw every note inside extraStates
sum.extraNotes.forEach((ev) => {
console.warn(ev);
let {part, note, velo, state} = ev;
let context = upThis.#sectPart[part >> 4][part & 15].cxt;
upThis.#drawNote(context, note, velo, state, upThis.device.getPitchShift(part));
Expand Down
3 changes: 0 additions & 3 deletions src/state/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ voiceIdx.forEach((e, i) => {
voiceType[e] = i;
});

self.korgUnpack = korgUnpack;
self.korgPack = korgPack;

let getDebugState = function () {
return !!self.Bun || self.debugMode || false; // If run on Bun.js, output all possible logs
};
Expand Down

0 comments on commit 967ce8f

Please sign in to comment.