Remove zoom to edit notice

This commit is contained in:
Lee Haugen
2017-08-25 15:18:28 -05:00
parent 9c3e1bb5e1
commit af7dcb8d4e

View File

@@ -1,7 +1,6 @@
import _ from 'lodash';
import { uiFeatureList } from './feature_list';
import { uiInspector } from './inspector';
import { uiNotice } from './notice';
export function uiSidebar(context) {
@@ -15,8 +14,6 @@ export function uiSidebar(context) {
.attr('class', 'feature-list-pane')
.call(uiFeatureList(context));
selection
.call(uiNotice(context));
var inspectorWrap = selection
.append('div')