diff --git a/desktop/flipper-ui-core/src/dispatcher/tracking.tsx b/desktop/flipper-ui-core/src/dispatcher/tracking.tsx index 601cd23de..0b4648a54 100644 --- a/desktop/flipper-ui-core/src/dispatcher/tracking.tsx +++ b/desktop/flipper-ui-core/src/dispatcher/tracking.tsx @@ -179,11 +179,6 @@ export default (store: Store, logger: Logger) => { Object.entries(state.connections.enabledPlugins).forEach( ([app, plugins]) => { - // TODO: remove "starred-plugns" event in favor of "enabled-plugins" after some transition period - logger.track('usage', 'starred-plugins', { - app, - starredPlugins: plugins, - }); logger.track('usage', 'enabled-plugins', { app, enabledPugins: plugins,