mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove needless print
It seems to debug print.
This commit is contained in:
parent
89bcca59e9
commit
933bbb9c37
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue