Skip to content

Commit 37753e6

Browse files
authored
chore: remove unused dev feature flag component (#539)
this is unused for now, if we ever need it we'll use either Grafana native feature flags, or something similar to how we control optional features (boolean flags in the config)
1 parent 687ad9c commit 37753e6

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

src/components/configEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React, { ChangeEvent, useState } from 'react';
22
import { Icon, LegacyForms } from '@grafana/ui';
33
import { DataSourcePluginOptionsEditorProps } from '@grafana/data';
44
import { CogniteDataSourceOptions, CogniteSecureJsonData } from '../types';
5-
import { FeatureFlagsWarning, KonamiTracker } from './devFeatures';
65
import '../css/common.css';
76

87
const { SecretFormField, FormField, Switch } = LegacyForms;

src/components/devFeatures.tsx

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)