Skip to content

Commit d1476ec

Browse files
committed
build: remove leftover log (#24571)
Cleans up a `console.log` that was accidentally left in as a part of bbe6355. (cherry picked from commit d8b5665)
1 parent 96b97a3 commit d1476ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cdk/overlay/overlay-ref.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ export class OverlayRef implements PortalOutlet, OverlayReference {
437437
// either async or fakeAsync.
438438
this._backdropTimeout = this._ngZone.runOutsideAngular(() =>
439439
setTimeout(() => {
440-
console.log('fallback');
441440
this._disposeBackdrop(backdropToDetach);
442441
}, 500),
443442
);

0 commit comments

Comments
 (0)