Frontend: Remove warn log from file model
This commit is contained in:
parent
481f409601
commit
7caf1fd549
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ export class File extends RestModel {
|
|||
|
||||
download() {
|
||||
if (!this.Hash) {
|
||||
console.warn("no file hash found for download", this);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue