Remove debug line.

This commit is contained in:
FireMasterK 2020-11-17 11:15:56 +05:30
parent 4891c57bbd
commit 093b00220a

View File

@ -45,7 +45,6 @@ export default {
},
mounted() {
document.title = "Trending - Piped";
console.log(Constants.BASE_URL);
this.fetchTrending().then(videos => (this.videos = videos));
},