diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-07-27 21:02:33 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-07-27 21:02:33 -0700 |
commit | 288eb6d7ba4fd1f2a27357f8ec889496e9b8542c (patch) | |
tree | 36efddd9a445ed9fae060a09ece755d929b688cf /lib/arel/algebra | |
parent | 90347db36520038ef361e3c9d935b7ff1c920400 (diff) | |
download | rails-288eb6d7ba4fd1f2a27357f8ec889496e9b8542c.tar.gz rails-288eb6d7ba4fd1f2a27357f8ec889496e9b8542c.tar.bz2 rails-288eb6d7ba4fd1f2a27357f8ec889496e9b8542c.zip |
oops! removing debug puts
Diffstat (limited to 'lib/arel/algebra')
-rw-r--r-- | lib/arel/algebra/relations/relation.rb | 4 |
1 files changed, 0 insertions, 4 deletions
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 |