@sigil-dev/compiler 0.7.2 → 0.7.3

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
@@ -2,7 +2,7 @@
2
2
  "name": "@sigil-dev/compiler",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "0.7.2",
5
+ "version": "0.7.3",
6
6
  "private": false,
7
7
  "description": "Compiler for the Sigil framework",
8
8
  "peerDependencies": {
@@ -136,7 +136,6 @@ export default function sigilPlugin(): PluginObject {
136
136
  );
137
137
  },
138
138
  exit(path, state) {
139
- console.log("signals at exit:", [...signals]);
140
139
  warnDeadReactivity(path, signals, storeSignals, state.filename)
141
140
  }
142
141
  },