Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreykog committed Aug 19, 2021
1 parent 96c3ab7 commit 171925d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions dist/controller.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/controller.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions lib/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,8 @@ export class ArtNetController extends EventEmitter {
if (packet instanceof ArtDmx) {
this.emit("dmx", packet);
} else if (packet instanceof ArtPoll) {
console.log('ArtPoll', packet);
this.sendArtPollReply();
} else if (packet instanceof ArtPollReply) {
console.log('ArtPollReply', packet);
} else {
console.log(packet.toString());
}
Expand Down

0 comments on commit 171925d

Please sign in to comment.