@dfosco/storyboard-core 4.0.0-beta.30 → 4.0.0-beta.32

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": "@dfosco/storyboard-core",
3
- "version": "4.0.0-beta.30",
3
+ "version": "4.0.0-beta.32",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -522,8 +522,6 @@ export function startRenameWatcher(root) {
522
522
  }
523
523
  }
524
524
 
525
- log('Active')
526
-
527
525
  return {
528
526
  close() {
529
527
  if (debounceTimer) clearTimeout(debounceTimer)