diff --git a/front/src/components/Pagination.vue b/front/src/components/Pagination.vue
index 57ae4235dfe70c50854bc6d2bbbb44edb4b40ffb..47cf5183ab31aeb6fa4575139d42db73fc53a550 100644
--- a/front/src/components/Pagination.vue
+++ b/front/src/components/Pagination.vue
@@ -64,7 +64,6 @@ export default {
           }
         }
       })
-      console.log(final)
       return final
     },
     maxPage: function () {
diff --git a/front/src/components/playlists/Form.vue b/front/src/components/playlists/Form.vue
index 8b39c6f6c858820a1d022c248c84dc101dfe9b99..267e2c10e5ebedcab20883805569bcfc558254ae 100644
--- a/front/src/components/playlists/Form.vue
+++ b/front/src/components/playlists/Form.vue
@@ -74,6 +74,7 @@ export default {
         logger.default.info('Successfully created playlist')
         self.success = true
         self.isLoading = false
+        self.name = ''
         self.$store.dispatch('playlists/fetchOwn')
       }, error => {
         logger.default.error('Error while creating playlist')