@veritree/ui 0.66.0 → 0.66.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/ui",
3
- "version": "0.66.0",
3
+ "version": "0.66.1",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -58,7 +58,6 @@ export default {
58
58
  * and invokes the 'onScroll' method when the event is triggered.
59
59
  */
60
60
  addEventListeners() {
61
- console.log('Add event listener');
62
61
  this.$el.addEventListener('scroll', this.onScroll);
63
62
  },
64
63