Skip to content

Commit

Permalink
Revert "add console logs to mark trace entry/exit"
Browse files Browse the repository at this point in the history
This reverts commit c52b414.
  • Loading branch information
MajorLift committed Oct 16, 2024
1 parent be7d667 commit aecaa4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ export const AccountListMenu = ({
const trackEvent = useContext(MetaMetricsContext);
useEffect(() => {
endTrace({ name: TraceName.AccountList });
console.log('trace ended');
}, []);
const accounts: InternalAccountWithBalance[] = useSelector(
getMetaMaskAccountsOrdered,
Expand Down
1 change: 0 additions & 1 deletion ui/components/multichain/account-picker/account-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export const AccountPicker = ({
data-testid="account-menu-icon"
onClick={() => {
trace({ name: TraceName.AccountList });
console.log('trace started');
onClick();
}}
backgroundColor={BackgroundColor.transparent}
Expand Down

0 comments on commit aecaa4c

Please sign in to comment.