aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/through_association_scope.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/active_record/associations/through_association_scope.rb')
-rw-r--r--activerecord/lib/active_record/associations/through_association_scope.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/lib/active_record/associations/through_association_scope.rb b/activerecord/lib/active_record/associations/through_association_scope.rb
index 649bbd206a..abe7af418d 100644
--- a/activerecord/lib/active_record/associations/through_association_scope.rb
+++ b/activerecord/lib/active_record/associations/through_association_scope.rb
@@ -61,10 +61,6 @@ module ActiveRecord
end
def construct_joins(custom_joins = nil)
- # TODO: Remove this at the end
- #p @reflection.through_reflection_chain
- #p @reflection.through_conditions
-
"#{construct_through_joins} #{@reflection.options[:joins]} #{custom_joins}"
end