Skip to content

Commit

Permalink
118223: Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AAwouters committed Dec 11, 2024
1 parent 1a81622 commit 5a88ced
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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?.();
});
Expand Down

0 comments on commit 5a88ced

Please sign in to comment.