From 50037b84a5cef74f37ada651a7911b1167269fb3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Aug 2008 21:25:28 +0000 Subject: [PATCH] Remove yet another debug leftover in dos_ttraw. --- src/msdos.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/msdos.c b/src/msdos.c index f57f63486ec..2b049a32ac1 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -4561,8 +4561,6 @@ dos_ttraw (struct tty_display_info *tty) union REGS inregs, outregs; static int first_time = 1; - fprintf (prdebug, "dos_ttraw: output = %d\n", tty->terminal->type); fflush (prdebug); - /* If we are called for the initial terminal, it's too early to do anything, and termscript isn't set up. */ if (tty->terminal->type == output_initial) -- 2.39.2