From 7c308b7e38812b49e3e9eccdb74b01989cdf7b78 Mon Sep 17 00:00:00 2001
From: Gerd Hoffmann <kraxel@redhat.com>
Date: Mon, 27 Feb 2012 16:41:57 +0100
Subject: [PATCH] uhci_fill_queue: zap debug printf

---
 hw/usb-uhci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c
index 2c6ed38608..304b84b831 100644
--- a/hw/usb-uhci.c
+++ b/hw/usb-uhci.c
@@ -951,7 +951,6 @@ static void uhci_fill_queue(UHCIState *s, UHCI_TD *td)
     UHCI_TD ptd;
     int ret;
 
-    fprintf(stderr, "%s: -- %x\n", __func__, token);
     while (is_valid(plink)) {
         pci_dma_read(&s->dev, plink & ~0xf, &ptd, sizeof(ptd));
         le32_to_cpus(&ptd.link);