]> xenbits.xensource.com Git - people/andrewcoop/hwloc.git/commitdiff
pci: remove a debugging printf that should neve...
authorBrice Goglin <brice.goglin@inria.fr>
Thu, 20 Jun 2013 09:17:47 +0000 (09:17 +0000)
committerBrice Goglin <brice.goglin@inria.fr>
Thu, 20 Jun 2013 09:17:47 +0000 (09:17 +0000)
pci: remove a debugging printf that should never have been committed

(fix r5688)

This commit was SVN r5691.

The following SVN revision numbers were found above:
  r5688 --> 6ccf78a6a52facccb261619acc4a620be543d098

src/topology-pci.c

index 729a1479a4db3e5b9add581a4a071b0d669bea2c..510d31614a2490c5ea480168af1c912a31883c8c 100644 (file)
@@ -389,7 +389,6 @@ hwloc_look_pci(struct hwloc_backend *backend)
     hwloc_debug("%s", "PCI objects already added, ignoring pci backend.\n");
     return 0;
   }
-  printf("doing pci discovery\n");
 
   if (!hwloc_topology_is_thissystem(topology)) {
     hwloc_debug("%s", "\nno PCI detection (not thissystem)\n");