From 8e426185d08f6ce0652629520b870e344aec2850 Mon Sep 17 00:00:00 2001 From: Jonathan Baecker Date: Wed, 29 Apr 2020 17:11:28 +0200 Subject: [PATCH] cleanup --- ffplayout/frontend/pages/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/ffplayout/frontend/pages/index.vue b/ffplayout/frontend/pages/index.vue index b028f1ff..f8773f48 100644 --- a/ffplayout/frontend/pages/index.vue +++ b/ffplayout/frontend/pages/index.vue @@ -207,7 +207,6 @@ export default { }, checkLogin () { if (this.$store.state.auth.isLogin) { - // this.$router.push('/player') this.sysStats() } },