remove log

This commit is contained in:
tdurieux
2023-02-08 16:33:06 +01:00
parent 32d1884450
commit cff3636523

View File

@@ -110,9 +110,7 @@ export default class Repository {
const files = await this.source.getFiles();
this._model.originalFiles = files;
this._model.size = { storage: 0, file: 0 };
console.log("Size", this._model.originalFiles);
await this.computeSize();
console.log("Size", this._model);
return files;
}