From 8b88699e49d8ab15ab67bf9946ca3a5ac3e6b6af Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Wed, 24 Mar 2021 16:19:18 +0100 Subject: [PATCH] cleanup --- store/playlist.js | 1 - 1 file changed, 1 deletion(-) diff --git a/store/playlist.js b/store/playlist.js index 520d2141..567e9e51 100644 --- a/store/playlist.js +++ b/store/playlist.js @@ -61,7 +61,6 @@ export const actions = { } const response = await this.$axios.get(`api/player/playlist/?date=${date}&config_path=${configPath}`) - console.log(rootState.config.configPlayout.playlist.day_start) if (response.data && response.data.program) { commit('UPDATE_PLAYLIST', this.$processPlaylist(rootState.config.startInSec, response.data.program))