remove old debug logging in AsyncWrapper (#10661)

This commit is contained in:
Kerry
2023-04-19 07:45:27 +00:00
committed by GitHub
parent aff3bd6e32
commit 957945b356
7 changed files with 2 additions and 14 deletions
+1 -1
View File
@@ -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());