From 63ab36af8cf826654a6b6ceff88fb0942fcfefed Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 7 Mar 2025 09:10:53 -0700 Subject: [PATCH] Remove accidental println --- src/tab.rs | 1 - 1 file changed, 1 deletion(-) 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;