Removed trivial browser log that occured at file deletion

This commit is contained in:
Isaac Abadi
2021-01-11 01:20:53 -05:00
parent 539bc5094a
commit a78f4e99d0

View File

@@ -282,7 +282,6 @@ export class RecentVideosComponent implements OnInit {
}
removeFileCard(file_to_remove) {
console.log(file_to_remove.uid);
const index = this.files.map(e => e.uid).indexOf(file_to_remove.uid);
this.files.splice(index, 1);
if (this.search_mode) {