diff --git a/Rakefile b/Rakefile index 11aa124..51e7ae1 100644 --- a/Rakefile +++ b/Rakefile @@ -120,10 +120,6 @@ def run(cmd) end def number_of_cores - puts "======================================================" - puts "Calculating number of cores" - puts "======================================================" - if RUBY_PLATFORM.downcase.include?("darwin") cores = run %{ sysctl -n hw.ncpu } else