This commit is contained in:
kolaente 2018-01-11 21:33:01 +01:00 committed by Konrad
parent c44e13b3ad
commit a5b696afe0
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -52,7 +52,6 @@ func RemoveDependency(ctx *context.Context) {
return
}
if err = models.RemoveIssueDependency(ctx.User, issue, dep, depType); err != nil {
ctx.ServerError("RemoveIssueDependency", err)
return