Explorar o código

Patch for Push #61

Yoginth %!s(int64=7) %!d(string=hai) anos
pai
achega
15ff1f537f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      cmd/hook.go

+ 0 - 1
cmd/hook.go

@@ -245,7 +245,6 @@ func runHookPostReceive(c *cli.Context) error {
 		if err == nil {
 			resp.Body.Close()
 			if resp.StatusCode/100 != 2 {
-				raven.CaptureErrorAndWait(err, nil)
 				log.Error(2, "Fail to trigger task: not 2xx response code")
 			}
 		} else {