From a563f013d4929afae66abf6866c35958f2302cdf Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Fri, 11 Jul 2014 22:02:16 +0200 Subject: Silence the output downloading a file This output isn't used anywhere for assertions so we can simply remove it. The introducing commit was f238d495. --- activesupport/test/multibyte_conformance_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/test/multibyte_conformance_test.rb b/activesupport/test/multibyte_conformance_test.rb index bdbdf0390a..58385c8810 100644 --- a/activesupport/test/multibyte_conformance_test.rb +++ b/activesupport/test/multibyte_conformance_test.rb @@ -10,7 +10,6 @@ require 'tmpdir' class Downloader def self.download(from, to) unless File.exist?(to) - $stderr.puts "Downloading #{from} to #{to}" unless File.exist?(File.dirname(to)) system "mkdir -p #{File.dirname(to)}" end -- cgit v1.2.3