From 288eb6d7ba4fd1f2a27357f8ec889496e9b8542c Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 27 Jul 2010 21:02:33 -0700 Subject: oops! removing debug puts --- lib/arel/algebra/relations/relation.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/arel/algebra') diff --git a/lib/arel/algebra/relations/relation.rb b/lib/arel/algebra/relations/relation.rb index cb7b30bb3c..9936b9689f 100644 --- a/lib/arel/algebra/relations/relation.rb +++ b/lib/arel/algebra/relations/relation.rb @@ -41,10 +41,6 @@ module Arel end def christener - puts "#" * 50 - puts self.class.name - puts caller - puts "#" * 50 @christener ||= Sql::Christener.new end -- cgit v1.2.3