This commit is contained in:
Konrad Langenberg 2017-11-01 16:24:23 +01:00 committed by Konrad
parent dd24b9ff5a
commit 827291e188
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -146,9 +146,5 @@ func IssueNoDependenciesLeft(issue *Issue) (exists bool, err error) {
And("issue.is_closed = ?", "0").
Exist(&IssueDependencyIssue{})
/*if err != nil {
return false
}*/
return !exists, err
}