fix: remove obsolete logs (#1504)

This commit is contained in:
a-kenji 2022-06-15 12:30:23 +02:00 committed by GitHub
parent cdef256a54
commit 7314b62321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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