mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +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| {
|
||||
if has_terminals {
|
||||
cx.dispatch_action(DeployTerminalMenu);
|
||||
println!("Yes, has_terminals {}", terminal_count);
|
||||
} else {
|
||||
cx.dispatch_action(FocusDock);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue