Skip to content

Commit

Permalink
Removed debugging messages
Browse files Browse the repository at this point in the history
  • Loading branch information
leonreucher committed Nov 7, 2024
1 parent 8ff373e commit 0802e50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ class HDMIVideoWallProcessor extends InstanceBase {
})
}
if ('volume' in data) {
this.log('debug', 'Got volume!')
this.volume = data.volume
this.setVariableValues({
volume: this.volume,
Expand All @@ -178,11 +177,8 @@ class HDMIVideoWallProcessor extends InstanceBase {
textData = event.data
}

console.log('Raw message data:', textData)

if (textData.trim()) {
msgValue = JSON.parse(textData)
console.log('Parsed message data:', msgValue)

this.parsePowerPointStatus(msgValue)
} else {
Expand Down

0 comments on commit 0802e50

Please sign in to comment.