From 6845cc07bc4963c1f0d9120ff741fca94e685f57 Mon Sep 17 00:00:00 2001
From: El Yaagoubi Bilel <bilel.el-yaagoubi@student-cs.fr>
Date: Wed, 8 Jun 2022 14:23:59 +0200
Subject: [PATCH] debug

---
 frontend/src/views/MoviePage.vue | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frontend/src/views/MoviePage.vue b/frontend/src/views/MoviePage.vue
index 92bdac7..d9a9c05 100644
--- a/frontend/src/views/MoviePage.vue
+++ b/frontend/src/views/MoviePage.vue
@@ -47,7 +47,6 @@ export default {
   },
   created() {
     console.log("ok");
-
     this.movieId = this.$route.params.id;
     console.log(this.movieId);
     this.fetchMovie();
-- 
GitLab