mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-09 15:17:49 +02:00
remove log
This commit is contained in:
@@ -110,9 +110,7 @@ export default class Repository {
|
|||||||
const files = await this.source.getFiles();
|
const files = await this.source.getFiles();
|
||||||
this._model.originalFiles = files;
|
this._model.originalFiles = files;
|
||||||
this._model.size = { storage: 0, file: 0 };
|
this._model.size = { storage: 0, file: 0 };
|
||||||
console.log("Size", this._model.originalFiles);
|
|
||||||
await this.computeSize();
|
await this.computeSize();
|
||||||
console.log("Size", this._model);
|
|
||||||
return files;
|
return files;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user