removed stupid debugging (exit)

svn: r11134
This commit is contained in:
Eli Barzilay 2008-08-07 20:45:39 +00:00
parent ce7dc400f3
commit d7c577b7e0

View File

@ -34,7 +34,7 @@
(define (filter-user-docs docs make-user?) (define (filter-user-docs docs make-user?)
(cond ;; Specifically disabled user stuff, filter (cond ;; Specifically disabled user stuff, filter
[(not make-user?) (filter main-doc? docs) (exit)] [(not make-user?) (filter main-doc? docs)]
;; If we've built user-specific before, keep building ;; If we've built user-specific before, keep building
[(file-exists? (build-path (find-user-doc-dir) "index.html")) docs] [(file-exists? (build-path (find-user-doc-dir) "index.html")) docs]
;; Otherwise, see if we need it: ;; Otherwise, see if we need it: