summaryrefslogtreecommitdiff
path: root/lib/feed2imap/httpfetcher.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feed2imap/httpfetcher.rb')
-rw-r--r--lib/feed2imap/httpfetcher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feed2imap/httpfetcher.rb b/lib/feed2imap/httpfetcher.rb
index 1d82b53..a548b16 100644
--- a/lib/feed2imap/httpfetcher.rb
+++ b/lib/feed2imap/httpfetcher.rb
@@ -29,7 +29,7 @@ require 'uri'
# max number of redirections
MAXREDIR = 5
-HTTPDEBUG = true
+HTTPDEBUG = false
# Class used to retrieve the feed over HTTP
class HTTPFetcher