From 92e8a12cc0af214dc6fe0f21c5bd33215782503c Mon Sep 17 00:00:00 2001 From: Bnyro <82752168+Bnyro@users.noreply.github.com> Date: Wed, 20 Jul 2022 18:22:41 +0200 Subject: [PATCH] Update TrendingPage.vue --- src/components/TrendingPage.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/TrendingPage.vue b/src/components/TrendingPage.vue index d2ef385b..bebd04fa 100644 --- a/src/components/TrendingPage.vue +++ b/src/components/TrendingPage.vue @@ -31,7 +31,6 @@ export default { activated() { document.title = this.$t("titles.trending") + " - Piped"; if (this.videos.length > 0) this.updateWatched(this.videos); - console.log(this.$route.path); if (this.$route.path == "/") { switch (this.getPreferenceString("homepage", "trending")) { case "trending":