Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Nov 5, 2023
1 parent a7bc8fe commit b55def6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,6 @@ export class DmxHue {
this._args.transition = value >= 0 ? value : 0;
}

console.log(this._args.transition);

return this.start({
host: this._args.host,
address: this._args.address ?? Util.config.get('dmxAddress') ?? 1,
Expand Down

0 comments on commit b55def6

Please sign in to comment.