From 383cae03864e7386776adb39ca8bcfb3e38724bc Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Fri, 10 Apr 2009 18:08:37 -0400 Subject: [PATCH] remove debug print --- qemu/hw/mc1322x.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/qemu/hw/mc1322x.c b/qemu/hw/mc1322x.c index b1e0ca2a4..98e61b80a 100644 --- a/qemu/hw/mc1322x.c +++ b/qemu/hw/mc1322x.c @@ -38,14 +38,12 @@ struct mc1322x_state_s *mc1322x_init(void) qemu_ram_alloc(MC1322X_RAMSIZE) | IO_MEM_RAM); index = drive_get_index(IF_MTD, 0, 0); - fprintf(stderr, "rom device index %d\n",index); cpu_register_physical_memory(MC1322X_ROMBASE, MC1322X_ROMSIZE,0); if(0