Skip to content

Commit 5a88ced

Browse files
committed
118223: Remove console.log
1 parent 1a81622 commit 5a88ced

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/item-page/edit-item-page/item-bitstreams/item-bitstreams.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ export class ItemBitstreamsService {
318318
switchMap(() => this.requestService.setStaleByHrefSubstring(bundle.self)),
319319
take(1),
320320
).subscribe(() => {
321-
console.log('got here!');
322321
this.isPerformingMoveRequest.next(false);
323322
finish?.();
324323
});

0 commit comments

Comments
 (0)