diff --git a/src/plugins/layout/index.js b/src/plugins/layout/index.js index 1bdd24765..ba26f3401 100644 --- a/src/plugins/layout/index.js +++ b/src/plugins/layout/index.js @@ -19,10 +19,7 @@ import { FlipperPlugin, Toolbar, Sidebar, - Link, - Glyph, DetailSidebar, - styled, } from 'flipper'; import Inspector from './Inspector'; import ToolbarIcon from './ToolbarIcon'; @@ -49,14 +46,6 @@ export type PersistedState = {| AXelements: ElementMap, |}; -const BetaBar = styled(Toolbar)({ - display: 'block', - overflow: 'hidden', - lineHeight: '15px', - whiteSpace: 'nowrap', - textOverflow: 'ellipsis', -}); - export default class Layout extends FlipperPlugin { static exportPersistedState = ( callClient: (string, ?Object) => Promise, @@ -245,17 +234,6 @@ export default class Layout extends FlipperPlugin { )} - {/* TODO: Remove this when rolling out publicly */} - - -   - Version 2.0:  Provide feedback about this plugin - in our  - - feedback group - - . - ); }