diff --git a/src/tab.rs b/src/tab.rs index cf978df..e0aa77e 100644 --- a/src/tab.rs +++ b/src/tab.rs @@ -2208,7 +2208,6 @@ impl Tab { } pub fn change_location(&mut self, location: &Location, history_i_opt: Option) { - println!("change_location {:?}", location); self.location = location.normalize(); self.context_menu = None; self.edit_location = None;