mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
Remove stray dbg!
This commit is contained in:
parent
793486b2e8
commit
7e1ea8f274
1 changed files with 0 additions and 2 deletions
|
@ -100,8 +100,6 @@ pub fn init(cx: &mut AppContext) {
|
||||||
cx.capture_action({
|
cx.capture_action({
|
||||||
let assistant = assistant.clone();
|
let assistant = assistant.clone();
|
||||||
move |_: &mut Editor, _: &editor::Cancel, cx: &mut ViewContext<Editor>| {
|
move |_: &mut Editor, _: &editor::Cancel, cx: &mut ViewContext<Editor>| {
|
||||||
dbg!("CANCEL LAST ASSIST");
|
|
||||||
|
|
||||||
if !assistant.cancel_last_assist(cx.view_id()) {
|
if !assistant.cancel_last_assist(cx.view_id()) {
|
||||||
cx.propagate_action();
|
cx.propagate_action();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue