Skip to content

Commit 12582fd

Browse files
authored
chore: remove unused single step test flag (#1074)
## Changes remove flag `single_step_test_show_before` from codebase ## Checks - [x] deleted `single_step_test_show_before` from launch darkly - [x] deleted `single_step_test_kill_switch ` from launch darkly
1 parent 77f3cea commit 12582fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/frontend/src/config/flags.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* Display flags
66
*/
77
export const BANNER_TEXT_FLAG = 'banner_display'
8-
// we only want to show this notification to users created before this date (ms since epoch)
9-
export const SINGLE_STEP_TEST_SHOW_BEFORE_FLAG = 'single_step_test_show_before'
108

119
/**
1210
* Feature flags

0 commit comments

Comments
 (0)