diff --git a/Network/FastCGI.hs b/Network/FastCGI.hs
--- a/Network/FastCGI.hs
+++ b/Network/FastCGI.hs
@@ -1546,11 +1546,9 @@
 setCookie cookie = do
   requireResponseHeadersNotYetSent
   requireValidCookieName $ cookieName cookie
-  fLog $ show cookie
   FastCGIState { request = Just request } <- getFastCGIState
   responseCookieMap <- liftIO $ takeMVar $ responseCookieMapMVar request
   let responseCookieMap' = Map.insert (cookieName cookie) cookie responseCookieMap
-  fLog $ show responseCookieMap'
   liftIO $ putMVar (responseCookieMapMVar request) responseCookieMap'
 
 
diff --git a/direct-fastcgi.cabal b/direct-fastcgi.cabal
--- a/direct-fastcgi.cabal
+++ b/direct-fastcgi.cabal
@@ -1,5 +1,5 @@
 name: direct-fastcgi
-version: 1.0.1
+version: 1.0.1.1
 cabal-version: >= 1.2
 build-type: Simple
 license: BSD3
