diff --git a/src/components/TrendingPage.vue b/src/components/TrendingPage.vue index 277035a0..61fc36ae 100644 --- a/src/components/TrendingPage.vue +++ b/src/components/TrendingPage.vue @@ -45,7 +45,6 @@ export default { }, mounted() { document.title = "Trending - Piped"; - console.log(Constants.BASE_URL); this.fetchTrending().then(videos => (this.videos = videos)); },