Remove old UI code, remove dbg!

This commit is contained in:
Piotr Osiewicz 2023-12-06 14:16:19 +01:00
parent 7998e8281c
commit 1b0ec82caa
2 changed files with 2 additions and 240 deletions

View file

@ -104,7 +104,6 @@ pub fn init(
}
});
cx.on_action(|_: &SignOut, cx| {
dbg!("Signing out");
if let Some(copilot) = Copilot::global(cx) {
copilot
.update(cx, |copilot, cx| copilot.sign_out(cx))