diff options
| author | hallgren <hallgren@chalmers.se> | 2012-05-27 11:52:15 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-05-27 11:52:15 +0000 |
| commit | 1215f2b9518d34b774aac8fbed00578cb457b1cb (patch) | |
| tree | b0c970ccf0d9d41ed3c1d5ac24e2392d758c1320 /src/compiler/GFServer.hs | |
| parent | 9e32e9fde7ae547200b42b55bae3fa8890b2f7b9 (diff) | |
gf -server: remove debug output
Diffstat (limited to 'src/compiler/GFServer.hs')
| -rw-r--r-- | src/compiler/GFServer.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GFServer.hs b/src/compiler/GFServer.hs index 61735a658..8d92fe179 100644 --- a/src/compiler/GFServer.hs +++ b/src/compiler/GFServer.hs @@ -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 |
