summaryrefslogtreecommitdiff
path: root/bin
diff options
Diffstat (limited to 'bin')
-rwxr-xr-xbin/network_device_info.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/network_device_info.py b/bin/network_device_info.py
index 1874772..925b3f5 100755
--- a/bin/network_device_info.py
+++ b/bin/network_device_info.py
@@ -369,7 +369,6 @@ if __name__ == "__main__":
# Report udev detected devices first
print("[ Devices found by udev ]".center(80, '-'))
- print("DEBUG: %s" % udev.devices())
for device in udev.devices():
print(device)