Skip to content

Commit

Permalink
Remove unwanted print call
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Feb 17, 2024
1 parent ff18f26 commit 55e95a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wakeonlan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def main(argv: typing.Optional[typing.List[str]] = None) -> None:
help='The ip address of the network adapter to route the magic packet through.',
)
args = parser.parse_args(argv)
print(args)
send_magic_packet(
*args.macs,
ip_address=args.ip,
Expand Down

0 comments on commit 55e95a3

Please sign in to comment.