From 8649b5e40e98d00afddcb5b903d46d2444fdba59 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Thu, 13 Mar 2008 19:12:08 +0000 Subject: [PATCH] removed debug print statement. --- pypci.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pypci.py b/pypci.py index 147c59b..34124e1 100644 --- a/pypci.py +++ b/pypci.py @@ -38,7 +38,6 @@ except: # convert this list of devices into the format expected by the # consumer of get_devices() for dev in pci_devlist: - print dev if 'device' not in dev: continue -- 2.43.0