removed stupid debugging (exit)
svn: r11134
This commit is contained in:
parent
ce7dc400f3
commit
d7c577b7e0
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user