Skip to content

Commit

Permalink
[merb-core] Remove "Merb root at ..." output
Browse files Browse the repository at this point in the history
  • Loading branch information
ngollan committed Apr 20, 2011
1 parent 69cf91e commit ea553a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion merb-core/lib/merb-core/bootloader.rb
Expand Up @@ -277,7 +277,6 @@ class << self
# @api plugin
def run
$:.push Merb.root unless Merb.root == File.expand_path(Dir.pwd)
STDOUT.puts "Merb root at: #{Merb.root}" unless Merb.testing?
build_framework
nil
end
Expand Down

0 comments on commit ea553a2

Please sign in to comment.