1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-27 22:04:28 -04: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
} }