Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
montelaidev committed Aug 20, 2024
1 parent e0e459e commit b68c4da
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const mockNewMetamaskState = {
const mockAddress = '0x1234567890';

const mockSubmitRequestToBackground = jest.fn().mockImplementation((method) => {
console.log('method', method);
switch (method) {
case 'addNewAccount':
return mockAddress;
Expand Down

0 comments on commit b68c4da

Please sign in to comment.