From 933bbb9c372d3365be57aa11fdf5922b139c93dc Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 17 Feb 2018 10:08:51 +0900 Subject: Remove needless print It seems to debug print. --- railties/test/application/test_runner_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'railties') diff --git a/railties/test/application/test_runner_test.rb b/railties/test/application/test_runner_test.rb index 399a718e4a..8e5ccf94cc 100644 --- a/railties/test/application/test_runner_test.rb +++ b/railties/test/application/test_runner_test.rb @@ -534,7 +534,6 @@ module ApplicationTests app_path("/test/test_helper.rb") do |file_name| file = File.read(file_name) file.sub!(/parallelize\(([^\)]*)\)/, "parallelize(\\1, with: :threads)") - puts file File.write(file_name, file) end -- cgit v1.2.3