|
@@ -24,7 +24,6 @@ import ConfigStore from 'app/stores/configStore';
|
|
|
import GroupStore from 'app/stores/groupStore';
|
|
|
import SelectedGroupStore from 'app/stores/selectedGroupStore';
|
|
|
import TagStore from 'app/stores/tagStore';
|
|
|
-import EventsChart from 'app/views/organizationEvents/eventsChart';
|
|
|
import SentryTypes from 'app/sentryTypes';
|
|
|
import StreamActions from 'app/views/stream/actions';
|
|
|
import StreamFilters from 'app/views/stream/filters';
|
|
@@ -633,10 +632,6 @@ const OrganizationStream = createReactClass({
|
|
|
savedSearchList={this.state.savedSearchList}
|
|
|
/>
|
|
|
|
|
|
- <Panel>
|
|
|
- <EventsChart query="" organization={this.props.organization} />
|
|
|
- </Panel>
|
|
|
-
|
|
|
<Panel>
|
|
|
<StreamActions
|
|
|
orgId={params.orgId}
|