diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/ExportFormActionGoalResult/App.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/ExportFormActionGoalResult/App.vue index 235fae90b..0d91bbbf0 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/ExportFormActionGoalResult/App.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/ExportFormActionGoalResult/App.vue @@ -163,7 +163,6 @@ export default { async getSocialActionsList() { let actions = await getSocialActions(); this.actions.options = actions.toSorted(function (a, b) { - console.log(a, b); if (a.issue.ordering === b.issue.ordering) { if (a.ordering === b.ordering) { return 0;