diff options
-rwxr-xr-x | activerecord/lib/active_record/base.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 72b0164047..95f4364755 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -1353,7 +1353,6 @@ module ActiveRecord #:nodoc: self.class.class_eval("def #{symbol}; #{body} end") self.class.read_methods[attr_name] = true unless symbol == :id - logger.debug "Defined read method #{self.class.name}.#{symbol}" if logger end # Returns true if the attribute is of a text column and marked for serialization. |