removed commented code
This commit is contained in:
parent
d72cf7be9a
commit
50a7425433
@ -283,11 +283,10 @@ export class AppStateService {
|
||||
}
|
||||
|
||||
project.files = files.map((f) => new FileStatusWrapper(f, this._userService.getNameForId(f.currentReviewer)));
|
||||
// this._automaticallyReanalyseErrorFiles(project);
|
||||
this._computeStats();
|
||||
|
||||
// fileReanalysedEvent.forEach((file) => this.fileReanalysed.emit(file));
|
||||
// fileStatusChangedEvent.forEach((file) => this.fileChanged.emit(file));
|
||||
fileReanalysedEvent.forEach((file) => this.fileReanalysed.emit(file));
|
||||
fileStatusChangedEvent.forEach((file) => this.fileChanged.emit(file));
|
||||
|
||||
return files;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user