Remove debug log from response.go
This commit is contained in:
parent
12af177d13
commit
92543c7750
1 changed files with 0 additions and 2 deletions
|
@ -232,8 +232,6 @@ func (model *Response) Update(db *Database, args map[string]string, w http.Respo
|
|||
if !response.(*Response).IsActive() {
|
||||
return nil, errors.OutOfTime
|
||||
}
|
||||
|
||||
log.Println("Body", r.Form)
|
||||
err = renderer.Decode(response, r)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Reference in a new issue