theprogrammablemind 7.3.9-beta.13 → 7.3.9-beta.14

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/package.json +1 -1
  2. package/src/config.js +0 -1
package/package.json CHANGED
@@ -61,6 +61,6 @@
61
61
  "json-stable-stringify": "^1.0.1",
62
62
  "node-fetch": "^2.6.1"
63
63
  },
64
- "version": "7.3.9-beta.13",
64
+ "version": "7.3.9-beta.14",
65
65
  "license": "ISC"
66
66
  }
package/src/config.js CHANGED
@@ -1773,7 +1773,6 @@ class Config {
1773
1773
 
1774
1774
  if (callInitializers) {
1775
1775
  [...this.configs].reverse().forEach(({ namespace, uuid, config, isSelf }) => {
1776
- console.log(config.name)
1777
1776
  if (isSelf) {
1778
1777
  config = this
1779
1778
  }