From c47aef09f5b98f33f1e29f488a8dc86256984062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 21 Sep 2022 08:02:58 +0200 Subject: [PATCH] Cleanup --- webapp/pages/group/_id/_slug.spec.js | 3 --- webapp/pages/group/_id/_slug.vue | 1 - 2 files changed, 4 deletions(-) diff --git a/webapp/pages/group/_id/_slug.spec.js b/webapp/pages/group/_id/_slug.spec.js index f63fdd374..0cca122b3 100644 --- a/webapp/pages/group/_id/_slug.spec.js +++ b/webapp/pages/group/_id/_slug.spec.js @@ -67,7 +67,6 @@ describe('GroupProfileSlug', () => { descriptionExcerpt: `

What Is yoga?

Yoga is not just about practicing asanas. It's about how we do it.

And practicing asanas doesn't have to be yoga, it can be more athletic than yogic.

What makes practicing asanas yogic?

The important thing is:

`, groupType: 'public', actionRadius: 'interplanetary', - // Wolle: categoryIds: ['cat4', 'cat5', 'cat17'], categories: [ { id: 'cat4', @@ -104,7 +103,6 @@ describe('GroupProfileSlug', () => { descriptionExcerpt: `

English

Our goal

Only those who enjoy learning and do not lose their curiosity can obtain a good education for life and continue to learn with joy throughout their lives.

Curiosity

For this we need a school that takes up the curiosity of the children, …

`, groupType: 'closed', actionRadius: 'national', - // Wolle: categoryIds: ['cat8', 'cat14'], categories: [ { id: 'cat8', @@ -139,7 +137,6 @@ describe('GroupProfileSlug', () => { '

English:

This group is hidden.

What is our group for?

This group was created to allow investigative journalists to share and collaborate.

How does it work?

Here you can internally share posts and comments about them.


Deutsch:

Diese Gruppe ist verborgen.

', groupType: 'hidden', actionRadius: 'global', - // Wolle: categoryIds: ['cat6', 'cat12', 'cat16'], categories: [ { id: 'cat6', diff --git a/webapp/pages/group/_id/_slug.vue b/webapp/pages/group/_id/_slug.vue index 39e97003e..120c79cbd 100644 --- a/webapp/pages/group/_id/_slug.vue +++ b/webapp/pages/group/_id/_slug.vue @@ -404,7 +404,6 @@ export default { return slug && `@${slug}` }, groupDescriptionExcerpt() { - // Wolle: console.log('groupDescriptionExcerpt: ', this.group ? this.$filters.removeLinks(this.group.descriptionExcerpt) : '') return this.group ? this.$filters.removeLinks(this.group.descriptionExcerpt) : '' }, isGroupOwner() {