remove old debug logging in AsyncWrapper (#10661)
This commit is contained in:
@@ -37,7 +37,7 @@ describe("UnverifiedSessionToast", () => {
|
||||
let client: Mocked<MatrixClient>;
|
||||
let renderResult: RenderResult;
|
||||
|
||||
filterConsole("Starting load of AsyncWrapper for modal", "Dismissing unverified sessions: ABC123");
|
||||
filterConsole("Dismissing unverified sessions: ABC123");
|
||||
|
||||
beforeAll(() => {
|
||||
client = mocked(stubClient());
|
||||
|
||||
Reference in New Issue
Block a user