File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,10 @@ import { AssetListConversionButton } from '../../multichain';
3232import { ASSET_LIST_CONVERSION_BUTTON_VARIANT_TYPES } from '../../multichain/asset-list-conversion-button/asset-list-conversion-button' ;
3333import { MetaMetricsContext } from '../../../contexts/metametrics' ;
3434import { ORIGIN_METAMASK } from '../../../../shared/constants/app' ;
35- import { MetaMetricsEventCategory , MetaMetricsEventName } from '../../../../shared/constants/metametrics' ;
35+ import {
36+ MetaMetricsEventCategory ,
37+ MetaMetricsEventName ,
38+ } from '../../../../shared/constants/metametrics' ;
3639import { getCurrentLocale } from '../../../ducks/locale/locale' ;
3740
3841export default function NftsTab ( ) {
Original file line number Diff line number Diff line change @@ -82,9 +82,6 @@ export function MetaMetricsProvider({ children }) {
8282 const trackEvent = useCallback (
8383 ( payload , options ) => {
8484 addContextPropsIntoEventProperties ( payload , options ) ;
85-
86- console . log ( 'trackEvent! ' , payload , options ) ;
87-
8885 trackMetaMetricsEvent (
8986 {
9087 ...payload ,
You can’t perform that action at this time.
0 commit comments