Skip to content

Commit

Permalink
fix: remove spammy console.log [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Jan 15, 2021
1 parent 8f06cc4 commit e3a0feb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xkeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ export class XKeys extends EventEmitter {
blueIntensity = Math.max(Math.min(blueIntensity, 255), 0)
redIntensity = Math.max(Math.min(redIntensity, 255), 0)

console.log('this.deviceType.banks', this.deviceType.banks)
const message = (
this.deviceType.banks === 2 ?
this.padMessage([0, 187, blueIntensity, redIntensity]) :
Expand Down

0 comments on commit e3a0feb

Please sign in to comment.