Skip to content

Commit 6858c71

Browse files
committed
Remove AnalyticsEventPlugin
We only ever had a couple internal users of this, and now we have none. Removing it from the repo for cleanliness.
1 parent d6c062b commit 6858c71

File tree

3 files changed

+0
-371
lines changed

3 files changed

+0
-371
lines changed

src/renderers/dom/client/eventPlugins/AnalyticsEventPluginFactory.js

Lines changed: 0 additions & 226 deletions
This file was deleted.

src/renderers/dom/client/eventPlugins/DefaultEventPluginOrder.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ var DefaultEventPluginOrder = [
3030
keyOf({ChangeEventPlugin: null}),
3131
keyOf({SelectEventPlugin: null}),
3232
keyOf({BeforeInputEventPlugin: null}),
33-
keyOf({AnalyticsEventPlugin: null}),
3433
];
3534

3635
module.exports = DefaultEventPluginOrder;

src/renderers/dom/client/eventPlugins/__tests__/AnalyticsEventPlugin-test.js

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)