From 6420db3e7f08f0c914f9cb783c45d7c81c8dbe3b Mon Sep 17 00:00:00 2001 From: ryanml Date: Tue, 19 Apr 2022 09:51:33 -0700 Subject: [PATCH] Lint fix --- shared/constants/metametrics.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/shared/constants/metametrics.js b/shared/constants/metametrics.js index 1ce772d66..ab81641ac 100644 --- a/shared/constants/metametrics.js +++ b/shared/constants/metametrics.js @@ -164,15 +164,6 @@ * identify the new number_of_accounts trait * @property {string} [THREE_BOX_ENABLED] - when 3box feature is toggled we * identify the 3box_enabled trait - * @property {'address_book_entries'} ADDRESS_BOOK_ENTRIES - When the user - * adds or modifies addresses in address book the address_book_entries trait - * is identified. - * @property {'networks_added'} NETWORKS_ADDED - when user modifies networks - * we identify the networks_added trait - * @property {'number_of_accounts'} NUMBER_OF_ACCOUNTS - when identities - * change, we identify the new number_of_accounts trait - * @property {'three_box_enabled'} THREE_BOX_ENABLED - when 3box feature is - * toggled we identify the 3box_enabled trait * @property {'theme'} THEME - when the user's theme changes we identify the theme trait */