diff --git a/bochs/gui/control.cc b/bochs/gui/control.cc index fe548c407..14607e1d5 100644 --- a/bochs/gui/control.cc +++ b/bochs/gui/control.cc @@ -1,6 +1,6 @@ /* * gui/control.cc - * $Id: control.cc,v 1.27 2001-06-21 19:27:05 bdenney Exp $ + * $Id: control.cc,v 1.28 2001-06-21 19:31:19 bdenney Exp $ * * This is code for a text-mode control panel. Note that this file * does NOT include bochs.h. Instead, it does all of its contact with @@ -796,7 +796,7 @@ bx_param_enum_c::text_ask (FILE *fpin, FILE *fpout) int parse_raw_bytes (char *dest, char *src, int destsize, char separator) { - printf ("parsing src='%s'\n", src); + //printf ("parsing src='%s'\n", src); int i; unsigned int n; for (i=0; i