removed debug message about submitting urb
Modified: trunk/reactos/drivers/usb/cromwell/core/hcd.c

Modified: trunk/reactos/drivers/usb/cromwell/core/hcd.c
--- trunk/reactos/drivers/usb/cromwell/core/hcd.c	2005-08-12 19:54:40 UTC (rev 17349)
+++ trunk/reactos/drivers/usb/cromwell/core/hcd.c	2005-08-12 20:11:56 UTC (rev 17350)
@@ -982,7 +982,7 @@
 
 	if (!hcd || !dev)
 		return -ENODEV;
-	printk("submit_urb %p, # %i, t %i\n",urb,urb->dev->devnum,usb_pipetype(urb->pipe));
+	//printk("submit_urb %p, # %i, t %i\n",urb,urb->dev->devnum,usb_pipetype(urb->pipe));
 	/*
 	 * FIXME:  make urb timeouts be generic, keeping the HCD cores
 	 * as simple as possible.