Skip to content

Commit

Permalink
fix: removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Makowski committed Sep 26, 2024
1 parent 8757057 commit 76b0600
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/common-app/src/examples/SharedUtils/Scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class Scheduler {
}

private play(beat: number, time: number) {
console.log(this.steps);
this.steps.forEach(({ name, steps }) => {
if (steps[beat % steps.length]) {
this.playSound(name, time);
Expand Down

0 comments on commit 76b0600

Please sign in to comment.