forked from cadence/breezewiki
do not debug print
This commit is contained in:
parent
fb00a2e443
commit
8754273acf
1 changed files with 1 additions and 3 deletions
|
@ -61,9 +61,7 @@
|
||||||
(define new-uri (struct-copy url old-uri [path new-path]))
|
(define new-uri (struct-copy url old-uri [path new-path]))
|
||||||
(define new-req (struct-copy request old-req [uri new-uri]))
|
(define new-req (struct-copy request old-req [uri new-uri]))
|
||||||
((files:make
|
((files:make
|
||||||
#:url->path (lambda (u)
|
#:url->path (lambda (u) ((make-url->path path-static) u))
|
||||||
(println u)
|
|
||||||
((make-url->path path-static) u))
|
|
||||||
#:path->mime-type (lambda (u) (ext->mime-type (path-get-extension u)))
|
#:path->mime-type (lambda (u) (ext->mime-type (path-get-extension u)))
|
||||||
#:cache-no-cache (config-true? 'debug) #;"browser applies heuristics if unset")
|
#:cache-no-cache (config-true? 'debug) #;"browser applies heuristics if unset")
|
||||||
conn new-req))
|
conn new-req))
|
||||||
|
|
Loading…
Reference in a new issue