chore: drop comment

This commit is contained in:
aclist 2026-07-12 10:24:45 +09:00
parent e664f68624
commit 2586306323

View File

@ -162,7 +162,6 @@ def add_steam_shortcut(steam_path: Path, exe_path: Path) -> None:
images = Path(str(traversable))
icon = images.joinpath("icon.png")
# TEST: assert that record (start dir and exe combo) is in shortcuts after creation
shortcuts = Shortcuts(Path(steam_path))
shortcuts.add_shortcut(APP_NAME, start_dir, exe_path, icon)
shortcuts.save_shortcuts()