Skip to content

Commit 9abf873

Browse files
committed
ref: remove unused code
1 parent 9ca58ad commit 9abf873

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

static/app/views/insights/agentMonitoring/utils/features.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import Feature from 'sentry/components/acl/feature';
22
import {NoAccess} from 'sentry/components/noAccess';
3-
import type {Organization} from 'sentry/types/organization';
4-
5-
export function hasAgentInsights(organization: Organization) {
6-
return organization.features.includes('agents-insights');
7-
}
83

94
type AgentInsightsFeatureProps = Omit<Parameters<typeof Feature>[0], 'features'>;
105

0 commit comments

Comments
 (0)