Remove accidental println

This commit is contained in:
Jeremy Soller 2025-03-07 09:10:53 -07:00
parent 2228ea35ea
commit 63ab36af8c
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA

View file

@ -2208,7 +2208,6 @@ impl Tab {
}
pub fn change_location(&mut self, location: &Location, history_i_opt: Option<usize>) {
println!("change_location {:?}", location);
self.location = location.normalize();
self.context_menu = None;
self.edit_location = None;