general changes and reducing logs
This commit is contained in:
@@ -10,7 +10,6 @@ class File {
|
||||
url;
|
||||
size;
|
||||
constructor(fileJSON, owner) {
|
||||
console.log(fileJSON);
|
||||
this.owner = owner;
|
||||
this.id = fileJSON.id;
|
||||
this.filename = fileJSON.filename;
|
||||
|
Reference in New Issue
Block a user