remove old debug logging in AsyncWrapper (#10661)
This commit is contained in:
parent
aff3bd6e32
commit
957945b356
7 changed files with 2 additions and 14 deletions
|
@ -23,7 +23,6 @@ import userEvent from "@testing-library/user-event";
|
|||
import {
|
||||
clearAllModals,
|
||||
createTestClient,
|
||||
filterConsole,
|
||||
flushPromises,
|
||||
mkEvent,
|
||||
mkStubRoom,
|
||||
|
@ -94,8 +93,6 @@ describe("MessageComposer", () => {
|
|||
stubClient();
|
||||
const cli = createTestClient();
|
||||
|
||||
filterConsole("Starting load of AsyncWrapper for modal");
|
||||
|
||||
beforeEach(() => {
|
||||
mockPlatformPeg();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue