disabled the stacktrace trimming

svn: r13916
This commit is contained in:
Robby Findler 2009-03-03 17:29:38 +00:00
parent a7126e20a5
commit c802c34b9b

View File

@ -232,6 +232,8 @@ TODO
(define (cut-out-top-of-stack exn)
(let ([initial-stack (continuation-mark-set->context (exn-continuation-marks exn))])
initial-stack ;; just give up on trying to trim out DrScheme's frame's from the stack for now.
#;
(let loop ([stack initial-stack])
(cond
[(null? stack)