1
0
forked from GitHub/gf-core

gf -server: remove debug output

This commit is contained in:
hallgren
2012-05-27 11:52:15 +00:00
parent 76ae3e50e6
commit 25435a6912

View File

@@ -49,7 +49,7 @@ server port execute1 state0 =
cache <- PS.newPGFCache
datadir <- getDataDir
let root = datadir</>"www"
debug $ "document root="++root
-- debug $ "document root="++root
setCurrentDirectory root
-- FCGI.acceptLoop forkIO (handle_fcgi execute1 state0 state cache)
-- if acceptLoop returns, then GF was not invoked as a FastCGI script