assistant: Remove /auto
(#27608)
This PR removes the `/auto` command. This was feature-flagged and was never released to the general public. Release Notes: - N/A
This commit is contained in:
parent
3f7c8c97c2
commit
cc6d4e3c62
9 changed files with 3 additions and 464 deletions
|
@ -101,15 +101,6 @@ impl FeatureFlag for NotebookFeatureFlag {
|
|||
const NAME: &'static str = "notebooks";
|
||||
}
|
||||
|
||||
pub struct AutoCommand {}
|
||||
impl FeatureFlag for AutoCommand {
|
||||
const NAME: &'static str = "auto-command";
|
||||
|
||||
fn enabled_for_staff() -> bool {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
pub struct Debugger {}
|
||||
impl FeatureFlag for Debugger {
|
||||
const NAME: &'static str = "debugger";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue