@designcrowd/fe-shared-lib 1.2.0-tr-10 → 1.2.0-tr-11

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": "@designcrowd/fe-shared-lib",
3
- "version": "1.2.0-tr-10",
3
+ "version": "1.2.0-tr-11",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -494,8 +494,6 @@ export default {
494
494
  this.$emit('radio-button-changed', domain);
495
495
  },
496
496
  onCloseModal() {
497
- console.log('closing the modal with', this.tr('publishModal.test'));
498
-
499
497
  this.$emit('close-modal');
500
498
  this.$emit('on-hide-domain-modal');
501
499
  },