@wemap/providers 3.1.1 → 3.1.2

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.
package/package.json CHANGED
@@ -63,6 +63,6 @@
63
63
  "lint": "eslint --ext .js,.jsx --quiet src",
64
64
  "test": "mocha -r esm \"src/**/*.spec.js\""
65
65
  },
66
- "version": "3.1.1",
67
- "gitHead": "34b7d9d3c18db38ee6c5f8de470fcc8abfdf3327"
66
+ "version": "3.1.2",
67
+ "gitHead": "d014d8da360a4d33f391eb0e86ad203f8a581582"
68
68
  }
@@ -118,7 +118,6 @@ class AbsoluteAttitudeFromRelAttProvider extends Provider {
118
118
  const newAccuracy = absoluteAttitudeAccuracy + this.accuracy;
119
119
  const attitude = new Attitude(absoluteQuat, time, newAccuracy, this.name);
120
120
 
121
- console.log('AbsoluteAttitudeFromRelAttProvider notify', attitude.accuracy);
122
121
  this.notify(this.createEvent(
123
122
  EventType.AbsoluteAttitude,
124
123
  attitude,