From ac17546d38f317b8d26666bb7f4b86778fdc54f6 Mon Sep 17 00:00:00 2001 From: Wenkai Yin Date: Tue, 28 Jun 2016 21:47:52 +0800 Subject: [PATCH] remove useless log --- service/notification.go | 1 - 1 file changed, 1 deletion(-) diff --git a/service/notification.go b/service/notification.go index ae3747b79..cc1585bc3 100644 --- a/service/notification.go +++ b/service/notification.go @@ -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), ¬ification) if err != nil {