aboutsummaryrefslogtreecommitdiffstats
path: root/modules/notification/action/action.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/notification/action/action.go')
-rw-r--r--modules/notification/action/action.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/notification/action/action.go b/modules/notification/action/action.go
index 376c5d103b..88395d929a 100644
--- a/modules/notification/action/action.go
+++ b/modules/notification/action/action.go
@@ -152,8 +152,6 @@ func (a *actionNotifier) NotifyNewPullRequest(pull *models.PullRequest, mentions
}
func (a *actionNotifier) NotifyRenameRepository(doer *user_model.User, repo *repo_model.Repository, oldRepoName string) {
- log.Trace("action.ChangeRepositoryName: %s/%s", doer.Name, repo.Name)
-
if err := models.NotifyWatchers(&models.Action{
ActUserID: doer.ID,
ActUser: doer,