diff -uNr rss-ruby-0.9.1.orig/rsscache.rb rss-ruby-0.9.1/rsscache.rb
--- rss-ruby-0.9.1.orig/rsscache.rb	Sun Feb 18 04:31:19 2001
+++ rss-ruby-0.9.1/rsscache.rb	Thu Jan  3 05:44:53 2002
@@ -12,10 +12,10 @@
 		def get(host, path)
 			if(@cache[host+path] != nil && @cache[host+path].time > (Time.now - 120)) then
 				@hits += 1
-				print "rsscache: Cache hit #{@hits} recorded on request for #{host}#{path}\n"
+#				print "rsscache: Cache hit #{@hits} recorded on request for #{host}#{path}\n"
 				return @cache[host+path].channel
 			else
-				print "New URL #{host}#{path} requested\n"
+#				print "New URL #{host}#{path} requested\n"
 				http = Net::HTTP.new(host)
 				resp, body = http.get(path)   
 					
