public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/ddollar/rails.git
Search Repo:
Removed debugging aid from dependencies

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@432 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Sun Jan 16 10:02:47 -0800 2005
commit  2ec79f3d5f4d10f3b44b5836a47535bba453c229
tree    978f5643c75c4dcd466b6ffd7126bac1a223e92e
parent  92a29257b5f83863dbf31f195c361fd53eafff67
...
13
14
15
16
17
18
19
20
...
13
14
15
 
 
16
17
18
0
@@ -13,8 +13,6 @@ module Dependencies
0
     if !loaded.include?(file_name)
0
       loaded << file_name
0
 
0
- STDERR << "Loaded: #{file_name}\n"
0
-
0
       begin
0
         require_or_load(file_name)
0
       rescue LoadError

Comments

    No one has commented yet.