118223: Remove console.log

This commit is contained in:
Andreas Awouters
2024-12-11 11:17:01 +01:00
parent 1a816228e8
commit 5a88cedc22

View File

@@ -318,7 +318,6 @@ export class ItemBitstreamsService {
switchMap(() => this.requestService.setStaleByHrefSubstring(bundle.self)),
take(1),
).subscribe(() => {
console.log('got here!');
this.isPerformingMoveRequest.next(false);
finish?.();
});