Skip to content

Commit

Permalink
Remove last traces of now-unused /index/:id.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik committed Aug 14, 2008
1 parent 73a1044 commit 8b9d769
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/logged_exceptions_controller.rb
Expand Up @@ -11,10 +11,6 @@ def index
def query
conditions = []
parameters = []
unless params[:id].blank?
conditions << 'id = ?'
parameters << params[:id]
end
unless params[:query].blank?
conditions << 'message LIKE ?'
parameters << "%#{params[:query]}%"
Expand Down

0 comments on commit 8b9d769

Please sign in to comment.