summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/hexdump-conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/shell/hexdump-conv.c')
-rw-r--r--cpukit/libmisc/shell/hexdump-conv.c2
1 files changed, 0 insertions, 2 deletions
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--;