Skip to content

Commit b68c4da

Browse files
committed
chore: remove logs
1 parent e0e459e commit b68c4da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/components/app/modals/new-account-modal/new-account-modal.test.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const mockNewMetamaskState = {
1616
const mockAddress = '0x1234567890';
1717

1818
const mockSubmitRequestToBackground = jest.fn().mockImplementation((method) => {
19-
console.log('method', method);
2019
switch (method) {
2120
case 'addNewAccount':
2221
return mockAddress;

0 commit comments

Comments
 (0)