Update services/issue/issue.go

Co-authored-by: Yarden Shoham <hrsi88@gmail.com>
This commit is contained in:
スツゼル 2023-02-24 13:39:32 +02:00 committed by GitHub
parent 5f3edad64f
commit f7a4c9e0aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -70,8 +70,6 @@ func ChangePlanTime(issue *issues_model.Issue, doer *user_model.User, planTimeHo
return
}
//notification.NotifyIssueChangeTitle(db.DefaultContext, doer, issue, oldTitle)
return nil
}