removed debug print statement.
[pypcilib.git] / pypci.py
index 147c59b..34124e1 100644 (file)
--- 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