@indra.ai/deva 1.1.68 → 1.1.69

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/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1426,7 +1426,6 @@ class Deva {
1426
1426
  created: Date.now(),
1427
1427
  };
1428
1428
  _data.hash = this.hash(_data, 'sha256');
1429
- console.log('fature --------');
1430
1429
  this.talk('devacore:feature', _data);
1431
1430
  } catch (e) {
1432
1431
  return this.error(e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {