Commit cff4e830 authored by Eric Davis's avatar Eric Davis

[#290] Only print the plugin Gemfile messages when $DEBUG is set

parent 68925684
......@@ -65,6 +65,6 @@ end
# Load plugins' Gemfiles
Dir.glob File.expand_path("../vendor/plugins/*/Gemfile", __FILE__) do |file|
puts "Loading #{file} ..."
puts "Loading #{file} ..." if $DEBUG # `ruby -d` or `bundle -v`
instance_eval File.read(file)
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment