Skip to content

Commit 55e95a3

Browse files
committed
Remove unwanted print call
1 parent ff18f26 commit 55e95a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wakeonlan/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def main(argv: typing.Optional[typing.List[str]] = None) -> None:
125125
help='The ip address of the network adapter to route the magic packet through.',
126126
)
127127
args = parser.parse_args(argv)
128-
print(args)
129128
send_magic_packet(
130129
*args.macs,
131130
ip_address=args.ip,

0 commit comments

Comments
 (0)