Frontend: Remove warn log from file model

This commit is contained in:
Michael Mayer 2021-10-05 20:30:11 +02:00
parent 481f409601
commit 7caf1fd549

View file

@ -130,7 +130,6 @@ export class File extends RestModel {
download() {
if (!this.Hash) {
console.warn("no file hash found for download", this);
return;
}