mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 03:59:55 +00:00
Remove debugging statement
This commit is contained in:
parent
ad7e49ed06
commit
e2bdd261a1
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ impl View for TerminalButton {
|
||||||
.on_click(MouseButton::Left, move |_, cx| {
|
.on_click(MouseButton::Left, move |_, cx| {
|
||||||
if has_terminals {
|
if has_terminals {
|
||||||
cx.dispatch_action(DeployTerminalMenu);
|
cx.dispatch_action(DeployTerminalMenu);
|
||||||
println!("Yes, has_terminals {}", terminal_count);
|
|
||||||
} else {
|
} else {
|
||||||
cx.dispatch_action(FocusDock);
|
cx.dispatch_action(FocusDock);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue