1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-04 17:47:19 +00:00
This commit is contained in:
Unknwon
2015-01-06 17:14:49 +08:00
parent 9e61ec316e
commit bb26285a12

View File

@ -332,7 +332,6 @@ func CommitRepoAction(userId, repoUserId int64, userName, actEmail string,
} }
} }
go DeliverHooks()
return nil return nil
} }