Skip to content

Commit

Permalink
fix: remove accidentally included logging (#264)
Browse files Browse the repository at this point in the history
See #263.
  • Loading branch information
tkurki authored Mar 8, 2024
1 parent aed26a0 commit a5c3e3f
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 a5c3e3f

Please sign in to comment.