]> git.proxmox.com Git - mirror_qemu.git/commitdiff
uhci: remove useless DEBUG
authorGonglei <arei.gonglei@huawei.com>
Mon, 27 Oct 2014 10:20:17 +0000 (18:20 +0800)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 28 Oct 2014 10:38:18 +0000 (11:38 +0100)
commit 50dcc0f8 (uhci: tracing support) had removed
DPRINTF, the DEBUG marco is useless now, remove it.

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-uhci.c

index 5b88f3070f4230a956dc1622ebd11157f2716afe..4a4215d332d8c7261a2b6a4cc550be5b59ea04cc 100644 (file)
@@ -35,9 +35,6 @@
 #include "trace.h"
 #include "qemu/main-loop.h"
 
-//#define DEBUG
-//#define DEBUG_DUMP_DATA
-
 #define FRAME_TIMER_FREQ 1000
 
 #define FRAME_MAX_LOOPS  256