mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
Remove debug line.
This commit is contained in:
parent
4891c57bbd
commit
093b00220a
@ -45,7 +45,6 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
document.title = "Trending - Piped";
|
document.title = "Trending - Piped";
|
||||||
console.log(Constants.BASE_URL);
|
|
||||||
|
|
||||||
this.fetchTrending().then(videos => (this.videos = videos));
|
this.fetchTrending().then(videos => (this.videos = videos));
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user