diff --git a/crates/gpui/src/app.rs b/crates/gpui/src/app.rs index ac7d5eb47bb99ed88cec95d652afe50a625ef553..564b8934897734155a45a7b951fe320105b19f12 100644 --- a/crates/gpui/src/app.rs +++ b/crates/gpui/src/app.rs @@ -1504,9 +1504,3 @@ pub struct KeystrokeEvent { /// The action that was resolved for the keystroke, if any pub action: Option>, } - -impl Drop for AppContext { - fn drop(&mut self) { - println!("Dropping the App Context"); - } -}