mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
118223: Remove console.log
This commit is contained in:
@@ -318,7 +318,6 @@ export class ItemBitstreamsService {
|
|||||||
switchMap(() => this.requestService.setStaleByHrefSubstring(bundle.self)),
|
switchMap(() => this.requestService.setStaleByHrefSubstring(bundle.self)),
|
||||||
take(1),
|
take(1),
|
||||||
).subscribe(() => {
|
).subscribe(() => {
|
||||||
console.log('got here!');
|
|
||||||
this.isPerformingMoveRequest.next(false);
|
this.isPerformingMoveRequest.next(false);
|
||||||
finish?.();
|
finish?.();
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user