Remove Tail

Summary: We no longer need to Tail the logs as we stream the logs over WebSockets (see D37459924 (dcbc7c40bb))

Reviewed By: lblasa

Differential Revision: D37550482

fbshipit-source-id: 92a87f2ba1ecec140bbbb9e71df107341765ad46
This commit is contained in:
Andrey Goncharov
2022-06-30 07:50:06 -07:00
committed by Facebook GitHub Bot
parent f8763f95fa
commit 8c2ef5738e
3 changed files with 0 additions and 164 deletions

View File

@@ -12,7 +12,6 @@ export {loadSettings} from './utils/settings';
export {loadLauncherSettings} from './utils/launcherSettings';
export {loadProcessConfig} from './utils/processConfig';
export {getEnvironmentInfo} from './utils/environmentInfo';
export * from './utils/tail';
export {getGatekeepers} from './gk';
export {setupPrefetcher} from './fb-stubs/Prefetcher';
export * from './server/attachSocketServer';