From: oharboe Date: Fri, 7 Mar 2008 08:07:07 +0000 (+0000) Subject: removed excessive debug output. Perhaps a debug_level 4 should be introduced? Hopeful... X-Git-Tag: v0.1.0~828 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=e199d7bd2cd8a9c9dead86ad293ebf3dfd8be33a removed excessive debug output. Perhaps a debug_level 4 should be introduced? Hopefully it can be avoided as this was the only case where debug output was going through the roof. git-svn-id: svn://svn.berlios.de/openocd/trunk@461 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/target/embeddedice.c b/src/target/embeddedice.c index 3b9af75571..270e52bfde 100644 --- a/src/target/embeddedice.c +++ b/src/target/embeddedice.c @@ -217,8 +217,6 @@ int embeddedice_read_reg_w_check(reg_t *reg, u8* check_value, u8* check_mask) u8 field1_out[1]; u8 field2_out[1]; - DEBUG("%i", ice_reg->addr); - jtag_add_end_state(TAP_RTI); arm_jtag_scann(ice_reg->jtag_info, 0x2);