From f96d31c903147758cec02a1fc17a3c9e4d314e9c Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 14 Mar 2011 05:13:14 +0000 Subject: 2011-03-14 Chris Johns PR 1763/shell * libmisc/shell/hexdump-conv.c: Remove debug hacks. --- cpukit/ChangeLog | 5 +++++ cpukit/libmisc/shell/hexdump-conv.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index ed413732fb..8eb7c5040f 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2011-03-14 Chris Johns + + PR 1763/shell + * libmisc/shell/hexdump-conv.c: Remove debug hacks. + 2011-03-14 Chris Johns PR 1757/filesystem diff --git a/cpukit/libmisc/shell/hexdump-conv.c b/cpukit/libmisc/shell/hexdump-conv.c index e35712e227..44390baa32 100644 --- a/cpukit/libmisc/shell/hexdump-conv.c +++ b/cpukit/libmisc/shell/hexdump-conv.c @@ -63,8 +63,6 @@ conv_c(rtems_shell_hexdump_globals* globals, PR *pr, u_char *p, size_t bufsize) int converr, pad, width; char peekbuf[MB_LEN_MAX]; - printf("MB_LEN_MAX=%i\n", MB_LEN_MAX); - return; if (pr->mbleft > 0) { str = "**"; pr->mbleft--; -- cgit v1.2.3