remove useless log

This commit is contained in:
Wenkai Yin 2016-06-28 21:47:52 +08:00
parent 1018991312
commit ac17546d38

View File

@ -39,7 +39,6 @@ const manifestPattern = `^application/vnd.docker.distribution.manifest.v\d\+json
// Post handles POST request, and records audit log or refreshes cache based on event.
func (n *NotificationHandler) Post() {
var notification models.Notification
log.Infof("request body in string: %s", string(n.Ctx.Input.CopyBody(1<<32)))
err := json.Unmarshal(n.Ctx.Input.CopyBody(1<<32), &notification)
if err != nil {