remove extra debug line. Closes #8681 [Giles Bowkett]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7059 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Rick Olson
2007-06-18 23:57:00 +00:00
parent 7f517348db
commit 6af2cbca07

View File

@@ -151,7 +151,6 @@ class InheritanceTest < Test::Unit::TestCase
switch_to_alt_inheritance_column
test_eager_load_belongs_to_something_inherited
switch_to_default_inheritance_column
ActiveRecord::Base.logger.debug "cocksucker"
end
def test_inheritance_without_mapping