1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-28 09:22:19 +03:00

remove stray debug line!

This commit is contained in:
Wez Furlong 2020-03-06 09:38:04 -08:00
parent 242e386eb7
commit e7c61bd62e

View File

@ -385,10 +385,7 @@ impl RenderableInner {
})
.await
{
Ok(resp) => {
log::error!("liveness response to get_tab_render_changes is {:?}", resp);
resp.tab_alive
}
Ok(resp) => resp.tab_alive,
// if we got a timeout on a reconnectable, don't
// consider the tab to be dead; that helps to
// avoid having a tab get shuffled around