Remove accidental println
This commit is contained in:
parent
2228ea35ea
commit
63ab36af8c
1 changed files with 0 additions and 1 deletions
|
|
@ -2208,7 +2208,6 @@ impl Tab {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn change_location(&mut self, location: &Location, history_i_opt: Option<usize>) {
|
pub fn change_location(&mut self, location: &Location, history_i_opt: Option<usize>) {
|
||||||
println!("change_location {:?}", location);
|
|
||||||
self.location = location.normalize();
|
self.location = location.normalize();
|
||||||
self.context_menu = None;
|
self.context_menu = None;
|
||||||
self.edit_location = None;
|
self.edit_location = None;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue