Skip to content

Commit ee313ec

Browse files
committed
Remove unnecessary package name
1 parent 0f9e874 commit ee313ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mcpm/commands/list.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ def list():
5959
for i, arg in enumerate(args):
6060
console.print(f" {i}: [yellow]{escape(arg)}[/]")
6161

62-
# Get package name (usually the second argument)
63-
if len(args) > 1:
64-
console.print(f" Package: [magenta]{args[1]}[/]")
65-
6662
# Display environment variables
6763
env_vars = server_info.get("env", {})
6864
if env_vars:

0 commit comments

Comments
 (0)