mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Remove debug line.
This commit is contained in:
parent
4891c57bbd
commit
093b00220a
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue