Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 17, 2023
1 parent 1938755 commit d9873b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/p5.dance.js
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,6 @@ module.exports = class DanceParty {
}

draw() {
console.log('inside dance-party draw');
const { bpm, artist, title } = this.songMetadata_ || {};

const context = {
Expand Down

0 comments on commit d9873b4

Please sign in to comment.