Skip to content

Commit

Permalink
Refactor app.js to remove console.log statement in setManualData func…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
cryptofyre committed Aug 24, 2024
1 parent b915551 commit 9314d0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sh.cider.streamdeck.sdPlugin/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ async function setData({ state, attributes }) {
}

async function setManualData(playbackInfo) {
console.log(playbackInfo)
setData({ state: playbackInfo.state, attributes: playbackInfo });
}

Expand Down

0 comments on commit 9314d0a

Please sign in to comment.