improve and clean socialIssues

This commit is contained in:
2021-05-21 19:47:39 +02:00
parent 3abfb02962
commit b403569b16
4 changed files with 12 additions and 31 deletions

View File

@@ -75,7 +75,7 @@ let initPromise = getAccompanyingCourse(id)
state.accompanyingCourse.confidential = value;
},
postFirstComment(state, comment) {
console.log('### mutation: postFirstComment', comment);
//console.log('### mutation: postFirstComment', comment);
state.accompanyingCourse.initialComment = comment;
},
updateSocialIssues(state, value) {