Skip to content

Commit

Permalink
Removed debugging aid from dependencies
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@432 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Jan 16, 2005
1 parent 92a2925 commit 3b9be80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activesupport/lib/dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ def depend_on(file_name, swallow_load_errors = false)
if !loaded.include?(file_name)
loaded << file_name

STDERR << "Loaded: #{file_name}\n"

begin
require_or_load(file_name)
rescue LoadError
Expand Down

0 comments on commit 3b9be80

Please sign in to comment.