From 4ef213af3dc487e57069b7c725523d2dd278eb6d Mon Sep 17 00:00:00 2001 From: Paul Sorensen Date: Mon, 3 Feb 2014 12:04:47 -0600 Subject: [PATCH] Remove verbosity in core calculation --- Rakefile | 4 ---- 1 file changed, 4 deletions(-) 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