diff options
| author | Eli Zaretskii | 2008-08-23 21:25:28 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-23 21:25:28 +0000 |
| commit | 50037b84a5cef74f37ada651a7911b1167269fb3 (patch) | |
| tree | 57508d016fd81027582f20f8095e8728cadcd470 /src | |
| parent | 54299c95aaeab7d564cf6819baee508f1ceb0177 (diff) | |
| download | emacs-50037b84a5cef74f37ada651a7911b1167269fb3.tar.gz emacs-50037b84a5cef74f37ada651a7911b1167269fb3.zip | |
Remove yet another debug leftover in dos_ttraw.
Diffstat (limited to 'src')
| -rw-r--r-- | src/msdos.c | 2 |
1 files changed, 0 insertions, 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) | |||
| 4561 | union REGS inregs, outregs; | 4561 | union REGS inregs, outregs; |
| 4562 | static int first_time = 1; | 4562 | static int first_time = 1; |
| 4563 | 4563 | ||
| 4564 | fprintf (prdebug, "dos_ttraw: output = %d\n", tty->terminal->type); fflush (prdebug); | ||
| 4565 | |||
| 4566 | /* If we are called for the initial terminal, it's too early to do | 4564 | /* If we are called for the initial terminal, it's too early to do |
| 4567 | anything, and termscript isn't set up. */ | 4565 | anything, and termscript isn't set up. */ |
| 4568 | if (tty->terminal->type == output_initial) | 4566 | if (tty->terminal->type == output_initial) |