From cb411f4dddbc9de7609868353ce9eb8af8916493 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Mon, 16 Apr 2001 14:44:29 +0000 Subject: [PATCH] Removed debug printf. git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@203 6ac86273-5f31-0410-b378-82cca8765d1b --- kernel/config.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/config.c b/kernel/config.c index c6dfd83..3230a23 100644 --- a/kernel/config.c +++ b/kernel/config.c @@ -40,6 +40,9 @@ static BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.20 2001/04/16 14:44:29 bartoldeman + * Removed debug printf. + * * Revision 1.19 2001/04/16 14:28:32 bartoldeman * Kernel build 2024. Fixed critical error handler/config.sys/makefiles/UMBs * @@ -1079,8 +1082,6 @@ INIT BOOL LoadDevice(BYTE * pLine, COUNT top, COUNT mode) (result=init_device(dhp, pLine, mode, top))==SUCCESS ; dhp = next_dhp) { - - printf("result=%d\n", result); next_dhp = dhp->dh_next; if (FP_SEG(next_dhp) == 0xffff) /* Does this ever occur with FP_OFF(next_dhp) != 0xffff ??? */