Remove debug print
This commit is contained in:
parent
95db1e79b3
commit
a9437536d0
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ func (model *Participant) Update(args map[string]string, w http.ResponseWriter,
|
|||
}
|
||||
|
||||
participant.(*Participant).UserModifierUpdate = NewUserModifierUpdate(r)
|
||||
log.Println("Updater ID", participant.(*Participant).UpdaterID)
|
||||
|
||||
_, err = SaveParticipant(participant)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Reference in a new issue