summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRalph Zhou <36948728+awerty-noob@users.noreply.github.com>2023-10-09 22:32:36 +0800
committerGitHub <noreply@github.com>2023-10-09 10:32:36 -0400
commit54ae75fc6a1bcce2d45180b28341d007bb916ac9 (patch)
tree30c90638e7f5334a8e93f05e25b8c41180f804c0 /src
parent7e248bf22ff067eb8918451bf3fe19c39562436e (diff)
fix: remove the debug info causing the chaos in UI (#444)
Diffstat (limited to 'src')
-rw-r--r--src/ui/tab_list_builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tab_list_builder.rs b/src/ui/tab_list_builder.rs
index 953dfee..3ce1d00 100644
--- a/src/ui/tab_list_builder.rs
+++ b/src/ui/tab_list_builder.rs
@@ -40,7 +40,7 @@ impl TabLabel {
let home_dir_str = home_dir.to_string_lossy().into_owned();
full_path_str = full_path_str.replace(&home_dir_str, "~");
}
- eprintln!("full_path_str: {:?}", full_path_str);
+ // eprintln!("full_path_str: {:?}", full_path_str);
let last = Path::new(&full_path_str)
.file_name()
.unwrap_or_default()