removed debug print statement.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 13 Mar 2008 19:12:08 +0000 (19:12 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 13 Mar 2008 19:12:08 +0000 (19:12 +0000)
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