Remove superfluous display of condition.

This commit is contained in:
sperber 2002-02-20 13:55:19 +00:00
parent 40e026a889
commit dcdb7e4371
1 changed files with 1 additions and 2 deletions

View File

@ -230,7 +230,6 @@
"hit error condition ~A (maybe reason (maybe Netscape?): ~S) -- exiting"
(condition-type condition)
(condition-stuff condition))
(display condition (current-error-port))
(escape 'fick-dich-ins-knie))
(lambda ()
(let-fluid session (make-session input-port output-port
@ -1129,7 +1128,7 @@
; Version
(define *ftpd-version* "$Revision: 1.30 $")
(define *ftpd-version* "$Revision: 1.31 $")
(define (copy-port->port-binary input-port output-port)
(let ((buffer (make-string *window-size*)))