@canboat/canboatjs 2.5.6 → 2.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/canbus.js +0 -2
  2. package/package.json +1 -1
package/lib/canbus.js CHANGED
@@ -54,8 +54,6 @@ function CanbusStream (options) {
54
54
  this.options = options
55
55
  this.start()
56
56
 
57
- console.trace()
58
- console.log(options.app.ssetProviderStatus)
59
57
  this.setProviderStatus = options.app && options.app.setProviderStatus
60
58
  ? (msg) => {
61
59
  options.app.setProviderStatus(options.providerId, msg)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canboat/canboatjs",
3
- "version": "2.5.6",
3
+ "version": "2.5.7",
4
4
  "description": "Native javascript version of canboat",
5
5
  "main": "index.js",
6
6
  "scripts": {