mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-26 02:32:21 +03:00
fix: remove obsolete logs (#1504)
This commit is contained in:
parent
cdef256a54
commit
7314b62321
@ -249,11 +249,8 @@ impl InputHandler {
|
||||
}
|
||||
}
|
||||
self.dispatch_action(Action::Detach, None);
|
||||
// is this correct? should be just for this current client
|
||||
self.should_exit = true;
|
||||
log::error!("Quitting Now. Dispatched the actions");
|
||||
// std::process::exit(0);
|
||||
//self.dispatch_action(Action::NoOp);
|
||||
self.exit();
|
||||
}
|
||||
|
||||
@ -299,7 +296,6 @@ impl InputHandler {
|
||||
| Action::ToggleTab
|
||||
| Action::MoveFocusOrTab(_) => {
|
||||
self.command_is_executing.blocking_input_thread();
|
||||
log::error!("Blocking input thread.");
|
||||
self.os_input
|
||||
.send_to_server(ClientToServerMsg::Action(action, client_id));
|
||||
self.command_is_executing
|
||||
|
Loading…
Reference in New Issue
Block a user