mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
remove console statement
This commit is contained in:
parent
c6e1ab848c
commit
d3a075ed56
1 changed files with 0 additions and 1 deletions
|
@ -105,7 +105,6 @@ export default {
|
|||
this.download(JSON.stringify(json), `piped_history_${dateStr}.json`, "application/json");
|
||||
},
|
||||
loadMoreVideos() {
|
||||
console.log("load more videos", this.videosStore.length, this.currentVideoCount);
|
||||
this.currentVideoCount = Math.min(this.currentVideoCount + this.videoStep, this.videosStore.length);
|
||||
if (this.videos.length != this.videosStore.length)
|
||||
this.videos = this.videosStore.slice(0, this.currentVideoCount);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue