Remove the previous misplaced log tailer
Summary: The log tailer is already defined in flipper-common, use that instead. Reviewed By: passy Differential Revision: D48524909 fbshipit-source-id: 1c0674276f08893ea80dc2fc9f8b45679f33e93e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
64a4b3a899
commit
b69358f6a2
@@ -20,7 +20,7 @@ import {Button, Dropdown, Menu, Checkbox} from 'antd';
|
||||
import {DownOutlined} from '@ant-design/icons';
|
||||
import {DeleteOutlined} from '@ant-design/icons';
|
||||
import CBuffer from 'cbuffer';
|
||||
import {addLogTailer} from '../consoleLogTailer';
|
||||
import {addLogTailer} from 'flipper-common';
|
||||
import {v4} from 'uuid';
|
||||
|
||||
const MAX_DISPLAY_LOG_ITEMS = 1000;
|
||||
|
||||
Reference in New Issue
Block a user