Skip to content
Snippets Groups Projects
Commit 1aa5e1c1 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

remove console.logs

parent b4bd7fe3
No related branches found
No related tags found
1 merge request!712REDMINE_ISSUE-18721 | Problème de tri lors du signalement
...@@ -313,12 +313,10 @@ export default { ...@@ -313,12 +313,10 @@ export default {
}, },
initPage() { initPage() {
console.log('this.sort-1', this.sort);
this.sort = { this.sort = {
column: this.project.feature_browsing_default_sort.replace('-', ''), column: this.project.feature_browsing_default_sort.replace('-', ''),
ascending: this.project.feature_browsing_default_sort.includes('-') ascending: this.project.feature_browsing_default_sort.includes('-')
}; };
console.log('this.sort-2', this.sort);
this.initMap(); this.initMap();
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment