Removed not needed debug message.

This commit is contained in:
Martin Edenhofer 2014-08-24 11:52:44 +02:00
parent 481209218c
commit 61ee9c2906

View file

@ -79,7 +79,6 @@ class ObjectTypeLookupTest < ActiveSupport::TestCase
assert_not_equal( object_lookup_name, type_lookup_name, 'verify lookups' ) assert_not_equal( object_lookup_name, type_lookup_name, 'verify lookups' )
puts "ll #{ObjectLookup.cache_object.inspect}"
end end
end end