removed unnecessary puts

This commit is contained in:
nilsding 2015-01-03 18:42:24 +01:00
parent f4d63ae4e3
commit e37907f948

View file

@ -7,8 +7,6 @@ class Ajax::AnswerController < ApplicationController
inbox = (params[:inbox] == 'true')
puts inbox
if inbox
inbox_entry = Inbox.find(params[:id])