refactor(logging): remove redundant home assignment in save_scrollback_safely

This commit is contained in:
2026-06-10 21:38:19 -04:00
parent e271c6e486
commit 3f7eab7761
-1
View File
@@ -22,7 +22,6 @@ def save_scrollback_safely(window: Window) -> None:
if window.id in _logged_windows:
return
home = os.path.expanduser("~")
snapshot_dir = os.environ.get(
"SCROLLBACK_HISTORY_DIR", os.path.join(home, ".terminal_history")
)