Dont need that information anymore

svn: r12476
This commit is contained in:
Jay McCarthy 2008-11-17 17:10:55 +00:00
parent 54429dc56b
commit fd5163ea46

View File

@ -262,7 +262,7 @@
(with-handlers ([exn:fail?
(lambda (exn)
(fprintf (current-error-port)
(format "~a File a PLT bug report if this is on a live server!~n" (exn-message exn)))
(exn-message exn))
(output-headers+response/basic
conn
(make-416-response modified-seconds mime-type)))])