mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
55946: Removed console log
This commit is contained in:
@@ -170,7 +170,6 @@ export class ItemCollectionMapperComponent implements OnInit {
|
||||
*/
|
||||
private showNotifications(responses$: Observable<RestResponse[]>, messagePrefix: string) {
|
||||
responses$.subscribe((responses: RestResponse[]) => {
|
||||
console.log('message ' + messagePrefix + ' for ' + responses.length + ' responses...');
|
||||
const successful = responses.filter((response: RestResponse) => response.isSuccessful);
|
||||
const unsuccessful = responses.filter((response: RestResponse) => !response.isSuccessful);
|
||||
if (successful.length > 0) {
|
||||
|
Reference in New Issue
Block a user