debugger: Remove feature flag

This commit is contained in:
Conrad Irwin 2025-06-17 09:25:45 -06:00
parent 5405c2c2d3
commit 82dfa82ba7
5 changed files with 226 additions and 271 deletions

View file

@ -77,11 +77,6 @@ impl FeatureFlag for NotebookFeatureFlag {
const NAME: &'static str = "notebooks";
}
pub struct DebuggerFeatureFlag {}
impl FeatureFlag for DebuggerFeatureFlag {
const NAME: &'static str = "debugger";
}
pub struct ThreadAutoCaptureFeatureFlag {}
impl FeatureFlag for ThreadAutoCaptureFeatureFlag {
const NAME: &'static str = "thread-auto-capture";