1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Removed debugging aid from dependencies

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@432 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-01-16 18:02:47 +00:00
parent 92a29257b5
commit 3b9be80a3a

View file

@ -13,8 +13,6 @@ module Dependencies
if !loaded.include?(file_name)
loaded << file_name
STDERR << "Loaded: #{file_name}\n"
begin
require_or_load(file_name)
rescue LoadError