Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
joshschmelzle committed Jan 8, 2025
1 parent d476847 commit 561f26c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lswifi/wlanapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ def get_adapter_infos_by_guid(interface_guid):
byref(buffer_size)
)

print(buffer_size)

adapter_addresses = create_string_buffer(buffer_size.value)
result = IPHLP_API.GetAdaptersAddresses(
0, # Family (0 = unspecified, returns both IPv4 and IPv6)
Expand Down

0 comments on commit 561f26c

Please sign in to comment.