mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
remove log
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user