Remove debug print

This commit is contained in:
Andrea Fazzi 2019-12-09 15:54:24 +01:00
parent 95db1e79b3
commit a9437536d0

View file

@ -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