Skip to content

Commit

Permalink
fix: remove accidentally included logging
Browse files Browse the repository at this point in the history
See #263.
  • Loading branch information
tkurki committed Mar 7, 2024
1 parent aed26a0 commit 46eee9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/canbus.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ function CanbusStream (options) {
this.options = options
this.start()

console.trace()
console.log(options.app.ssetProviderStatus)
this.setProviderStatus = options.app && options.app.setProviderStatus
? (msg) => {
options.app.setProviderStatus(options.providerId, msg)
Expand Down

0 comments on commit 46eee9b

Please sign in to comment.