@asd20/ui 3.2.458 → 3.2.459

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.458",
8
+ "version": "3.2.459",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -180,7 +180,6 @@ export default {
180
180
  },
181
181
  primaryMessage() {
182
182
  const introMessage = this.primaryMessages.slice(0, 1)
183
- console.log(introMessage)
184
183
  if ((introMessage[0].bodyHtml === '' || null) || (introMessage[0].detailLink !== '' || null)) return
185
184
  return introMessage
186
185
  },