From 8adf316a3978857e15f6880a717609a7bd06e3b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timoth=C3=A9e=20Poussard?= <tpoussard@neogeo.fr>
Date: Fri, 1 Mar 2024 11:32:43 +0100
Subject: [PATCH] remove commented function

---
 src/views/Project/ProjectEdit.vue | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/views/Project/ProjectEdit.vue b/src/views/Project/ProjectEdit.vue
index 04d2c073..c1a781a4 100644
--- a/src/views/Project/ProjectEdit.vue
+++ b/src/views/Project/ProjectEdit.vue
@@ -816,12 +816,6 @@ export default {
       mapService.zoom(this.form.map_max_zoom_level);
     },
 
-    // updateProjectAttributes(projectAttributes) {
-    //   console.log(projectAttributes);
-    //   this.form.project_attributes = projectAttributes;
-    //   console.log('this.form.project_attributes', this.form.project_attributes);
-    // }
-
     /**
      * Updates the value of a project attribute or adds a new attribute if it does not exist.
      * 
-- 
GitLab