diff --git a/HTTP.cabal b/HTTP.cabal
--- a/HTTP.cabal
+++ b/HTTP.cabal
@@ -1,5 +1,5 @@
 Name: HTTP
-Version: 3001.0.1
+Version: 3001.0.2
 Cabal-Version: >= 1.2
 Build-type: Simple
 License: BSD3
diff --git a/Network/HTTP.hs b/Network/HTTP.hs
--- a/Network/HTTP.hs
+++ b/Network/HTTP.hs
@@ -164,7 +164,7 @@
 
 -- Turn on to enable HTTP traffic logging
 debug :: Bool
-debug = True
+debug = False
 
 -- File that HTTP traffic logs go to
 httpLogFile :: String
