Clean up QPL integration

Summary:
Removed the Flipper QPL integration, see:
https://fb.workplace.com/groups/flippersupport/permalink/1200183003795689/

It complicates our build setup significantly, without actually being used anywhere for the past year. Apparently it doesn't solve a gap compared to the scuba logging we have already in place.

Reviewed By: passy

Differential Revision: D30911573

fbshipit-source-id: 836e2aba0c92c0eed9fed0dfb12bd8bdcb8c7d71
This commit is contained in:
Michel Weststrate
2021-09-14 02:54:03 -07:00
committed by Facebook GitHub Bot
parent b658d70311
commit 75b5783fd0
6 changed files with 4 additions and 105 deletions

View File

@@ -8,7 +8,6 @@
*/
import path from 'path';
import isFB from './isFB';
export const rootDir = path.resolve(__dirname, '..');
export const appDir = path.join(rootDir, 'app');
@@ -23,4 +22,3 @@ export const babelTransformationsDir = path.resolve(
'babel-transformer',
'src',
);
export const jsSharedDir = isFB ? path.resolve(rootDir, '../../js-shared') : '';