Skip to content

Commit 04a20a0

Browse files
committed
Remove console.log statement in ConnectionListItem test
1 parent 28a77e9 commit 04a20a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui/components/multichain/pages/permissions-page/connection-list-item.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ describe('ConnectionListItem', () => {
4949
expect(
5050
getByTestId('connection-list-item__avatar-favicon'),
5151
).toBeInTheDocument();
52-
console.log(
53-
getByTestId('connection-list-item__avatar-favicon').getAttribute('src'),
54-
);
5552
});
5653

5754
it('calls onClick when clicked', () => {

0 commit comments

Comments
 (0)