aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/active_record/base.rb')
-rwxr-xr-xactiverecord/lib/active_record/base.rb1
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.