Skip to content

Commit 93dbdb9

Browse files
committed
chore(aci): remove comments
1 parent 458155f commit 93dbdb9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

static/app/views/detectors/components/forms/metric.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ function ResolveSection() {
8181
}
8282

8383
function AutomateSection() {
84-
// const {openDrawer, isDrawerOpen} = useDrawer();
85-
// const showDetails = () => {}
8684
return (
8785
<Container>
8886
<Section title={t('Automate')} description={t('Set up alerts or notifications.')}>

static/app/views/detectors/list.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {Fragment} from 'react';
22

3-
// import moment from 'moment-timezone';
43
import {Flex} from 'sentry/components/container/flex';
54
import {LinkButton} from 'sentry/components/core/button/linkButton';
65
import PageFiltersContainer from 'sentry/components/organizations/pageFilters/container';

0 commit comments

Comments
 (0)