aboutsummaryrefslogtreecommitdiff
path: root/models/pull.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/pull.go')
-rw-r--r--models/pull.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/models/pull.go b/models/pull.go
index d3ea9c78..8e9e0c5d 100644
--- a/models/pull.go
+++ b/models/pull.go
@@ -454,7 +454,6 @@ func NewPullRequest(repo *Repository, pull *Issue, labelIDs []int64, uuids []str
}); err != nil {
log.Error(2, "PrepareWebhooks: %v", err)
}
- go HookQueue.Add(repo.ID)
return nil
}