polarvo-layout 1.0.68 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polarvo-layout",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
4
4
  "type": "module",
5
5
  "author": "unigence <unigencelab@gmail.com>",
6
6
  "repository": {
@@ -145,8 +145,6 @@ function buildCustomElements() {
145
145
  function getElements() {
146
146
  allElements.value.default = buildDefaultElements();
147
147
  allElements.value.custom = buildCustomElements();
148
-
149
- console.log("allElements.value.default", allElements.value);
150
148
  }
151
149
 
152
150
  onBeforeMount(() => {