mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
gf -server: remove debug output
This commit is contained in:
@@ -49,7 +49,7 @@ server port execute1 state0 =
|
|||||||
cache <- PS.newPGFCache
|
cache <- PS.newPGFCache
|
||||||
datadir <- getDataDir
|
datadir <- getDataDir
|
||||||
let root = datadir</>"www"
|
let root = datadir</>"www"
|
||||||
debug $ "document root="++root
|
-- debug $ "document root="++root
|
||||||
setCurrentDirectory root
|
setCurrentDirectory root
|
||||||
-- FCGI.acceptLoop forkIO (handle_fcgi execute1 state0 state cache)
|
-- FCGI.acceptLoop forkIO (handle_fcgi execute1 state0 state cache)
|
||||||
-- if acceptLoop returns, then GF was not invoked as a FastCGI script
|
-- if acceptLoop returns, then GF was not invoked as a FastCGI script
|
||||||
|
|||||||
Reference in New Issue
Block a user