瀏覽代碼

Patch for Push #61

Yoginth 7 年之前
父節點
當前提交
15ff1f537f
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 {