Mercurial > emacs
changeset 97680:b7440911e609
Remove yet another debug leftover in dos_ttraw.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 23 Aug 2008 21:25:28 +0000 |
parents | 72a117daa289 |
children | 5da85bdafc91 |
files | src/msdos.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)