comment console.log

This commit is contained in:
2021-05-23 11:51:02 +02:00
parent 02f1d2ff8a
commit f18ccce814
2 changed files with 3 additions and 3 deletions

View File

@@ -182,7 +182,7 @@ let initPromise = getAccompanyingCourse(id)
//console.log('## action: payload', { payload, body, method });
postSocialIssue(id, body, method)
.then(response => new Promise((resolve, reject) => {
console.log('response', response);
//console.log('response', response);
commit('updateSocialIssues', payload);
resolve();
})).catch((error) => { commit('catchError', error) });