mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-06 15:51:29 +03:00
Removed trivial browser log that occured at file deletion
This commit is contained in:
@@ -282,7 +282,6 @@ export class RecentVideosComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
removeFileCard(file_to_remove) {
|
removeFileCard(file_to_remove) {
|
||||||
console.log(file_to_remove.uid);
|
|
||||||
const index = this.files.map(e => e.uid).indexOf(file_to_remove.uid);
|
const index = this.files.map(e => e.uid).indexOf(file_to_remove.uid);
|
||||||
this.files.splice(index, 1);
|
this.files.splice(index, 1);
|
||||||
if (this.search_mode) {
|
if (this.search_mode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user