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:
parent
92a29257b5
commit
3b9be80a3a
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue