mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Remove stray dbg!
This commit is contained in:
parent
793486b2e8
commit
7e1ea8f274
@ -100,8 +100,6 @@ pub fn init(cx: &mut AppContext) {
|
||||
cx.capture_action({
|
||||
let assistant = assistant.clone();
|
||||
move |_: &mut Editor, _: &editor::Cancel, cx: &mut ViewContext<Editor>| {
|
||||
dbg!("CANCEL LAST ASSIST");
|
||||
|
||||
if !assistant.cancel_last_assist(cx.view_id()) {
|
||||
cx.propagate_action();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user