Remove stray dbg!

This commit is contained in:
Antonio Scandurra 2023-05-25 12:04:41 +02:00
parent 793486b2e8
commit 7e1ea8f274

View File

@ -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();
}