Skip to content

Commit dbb06e3

Browse files
committed
[DSC-1852] Removed commented code
1 parent fb11f0c commit dbb06e3

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/app/shared/notifications/process-notification/process-notification.component.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,6 @@ export class ProcessNotificationComponent implements OnInit, OnDestroy {
167167
} else {
168168
return observableOf([]);
169169
}
170-
/* this.processService.getFiles(this.notification.processId).pipe(
171-
getFirstCompletedRemoteData(),
172-
map((response) => response.hasSucceeded ? response.payload.page : [])
173-
).subscribe( (files: Bitstream[]) => {
174-
const logFiles = files.filter( (file) => !this.getFileName(file).includes('.log'));
175-
this.files$.next(logFiles);
176-
});*/
177170
}
178171

179172
/**

0 commit comments

Comments
 (0)