# HG changeset patch # User Eli Zaretskii # Date 1219526728 0 # Node ID b7440911e6095582bc9522a087f533e8940c7d56 # Parent 72a117daa289b581b1909d9a277ec69657fc7630 Remove yet another debug leftover in dos_ttraw. diff -r 72a117daa289 -r b7440911e609 src/msdos.c --- a/src/msdos.c Sat Aug 23 20:45:46 2008 +0000 +++ b/src/msdos.c Sat Aug 23 21:25:28 2008 +0000 @@ -4561,8 +4561,6 @@ 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)