remove pretty print

This commit is contained in:
Raphael Sofaer 2011-07-29 14:55:46 -07:00
parent 289126b984
commit b8df1dca5c

View file

@ -68,8 +68,6 @@ class Person < ActiveRecord::Base
sql, tokens = self.search_query_string(query)
pp tokens
Person.searchable.where(sql, *tokens).joins(
"LEFT OUTER JOIN contacts ON contacts.user_id = #{user.id} AND contacts.person_id = people.id"
).includes(:profile