1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

Remove leftover comment

This commit is contained in:
Thomas Rittson
2023-08-07 13:24:10 +10:00
committed by gbubemismith
parent 808d3f4d4a
commit 7e04d94065

View File

@@ -85,8 +85,6 @@ export class Fido2Component implements OnInit, OnDestroy {
this.message$.next(message);
});
// setInterval(() => this.message$.next(null), 500);
this.data$ = this.message$.pipe(
filter((message) => message != undefined),
concatMap(async (message) => {