We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a81622 commit 5a88cedCopy full SHA for 5a88ced
1 file changed
src/app/item-page/edit-item-page/item-bitstreams/item-bitstreams.service.ts
@@ -318,7 +318,6 @@ export class ItemBitstreamsService {
318
switchMap(() => this.requestService.setStaleByHrefSubstring(bundle.self)),
319
take(1),
320
).subscribe(() => {
321
- console.log('got here!');
322
this.isPerformingMoveRequest.next(false);
323
finish?.();
324
});
0 commit comments