@kris701/ez-ui 1.3.13 → 1.3.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.
@@ -2938,7 +2938,6 @@ class EzUIMarkdownEditor {
2938
2938
  this.additionalMenuBarItemsRoot.hidden =
2939
2939
  this.additionalMenuBarItems.length == 0 ||
2940
2940
  this.additionalMenuBarItems.filter(x => !x.hidden).length == 0;
2941
- console.log(this.items());
2942
2941
  }
2943
2942
  }
2944
2943
  }