@burh/nuxt-core 1.0.361 → 1.0.362

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.
@@ -119,8 +119,6 @@ export default {
119
119
  },
120
120
 
121
121
  mountUserReport(userData) {
122
- console.log(userData);
123
-
124
122
  const annex = userData.annex[0] || undefined;
125
123
  const comment = userData.comments[0] || undefined;
126
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.361",
3
+ "version": "1.0.362",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {