From 452ccfdb68c0f0bfd72c79e51a5df99077f49ef1 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Mon, 22 Jul 2013 16:55:44 +1000 Subject: [PATCH] Remove debug statement --- script/rails | 1 - 1 file changed, 1 deletion(-) diff --git a/script/rails b/script/rails index 2edf3cdee5..a444686425 100755 --- a/script/rails +++ b/script/rails @@ -4,7 +4,6 @@ if ENV['RAILS_ENV'] == 'test' require 'simplecov' SimpleCov.start 'rails' - puts "required simplecov" end APP_PATH = File.expand_path('../../config/application', __FILE__)