Clean up old flipper rating system

Summary:
Found some unused code from the rating prototype before switching to itsr.
Deleting it.

Reviewed By: cekkaewnumchai

Differential Revision: D18298155

fbshipit-source-id: 3529db17494f4f5bf7d7841460203d1c3856299a
This commit is contained in:
John Knox
2019-11-04 09:22:18 -08:00
committed by Facebook Github Bot
parent ed2343b3c6
commit 42a77094f4
5 changed files with 6 additions and 48 deletions

View File

@@ -48,8 +48,6 @@ export default (store: Store, logger: Logger) => {
clients,
} = store.getState().connections;
const {flipperRating} = store.getState().application;
if (!selectedDevice || !selectedPlugin) {
return;
}
@@ -73,7 +71,6 @@ export default (store: Store, logger: Logger) => {
plugin: selectedPlugin,
app,
sdkVersion,
flipperRating,
};
// reset dropped frames counter