]> source.dussan.org Git - gitea.git/commitdiff
fix #827
authorUnknwon <joe2010xtmf@163.com>
Tue, 6 Jan 2015 09:14:49 +0000 (17:14 +0800)
committerUnknwon <joe2010xtmf@163.com>
Tue, 6 Jan 2015 09:14:49 +0000 (17:14 +0800)
models/action.go

index 98a4f5a0858b8df5532e7926216ae9bed8ce077b..de2cdd12ccfb03bc928af2a320c782a00efaf596 100644 (file)
@@ -332,7 +332,6 @@ func CommitRepoAction(userId, repoUserId int64, userName, actEmail string,
                }
        }
 
-       go DeliverHooks()
        return nil
 }