mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
removed unnecessary puts
This commit is contained in:
parent
f4d63ae4e3
commit
e37907f948
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@ class Ajax::AnswerController < ApplicationController
|
|||
|
||||
inbox = (params[:inbox] == 'true')
|
||||
|
||||
puts inbox
|
||||
|
||||
if inbox
|
||||
inbox_entry = Inbox.find(params[:id])
|
||||
|
||||
|
|
Loading…
Reference in a new issue