changeset 1465:efdacf0f8122

Remove debug message - from David Vrabel
author gthomas
date Fri, 09 Jan 2004 16:36:24 +0000
parents a5b945097ade
children 4534df73d5ba
files packages/io/pci/current/ChangeLog packages/io/pci/current/src/pci.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/io/pci/current/ChangeLog
+++ b/packages/io/pci/current/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-09  David Vrabel  <dvrabel@arcom.com>
+        
+	* src/pci.c (cyg_pci_find_device): Remove debug message.
+
 2003-11-27  Andrew Lunn  <andrew.lunn@ascom.ch>
 
 	* src/pci.c (cyg_pci_find_device): Removed a debug print which should
--- a/packages/io/pci/current/src/pci.c
+++ b/packages/io/pci/current/src/pci.c
@@ -558,7 +558,6 @@ cyg_pci_find_device( cyg_uint16 vendor, 
         // Check that device matches.
         if (d == device) {
             *devid = new_devid;
-            diag_printf("Found it!\n");
             return true;
         }
     }