Remove old UI code, remove dbg!
This commit is contained in:
parent
7998e8281c
commit
1b0ec82caa
2 changed files with 2 additions and 240 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue