diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-20 01:14:54 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-20 01:14:54 -0400 |
commit | 8bfa7ae7453e56191aa6f7de8067d5b6bb5a4a8b (patch) | |
tree | f96bf4166b78a123997a3eb3026cb347b5c3bcc6 /models/action.go | |
parent | 6c8d630bef3a58860237856c648e56f4b9cea97d (diff) | |
download | gitea-8bfa7ae7453e56191aa6f7de8067d5b6bb5a4a8b.tar.gz gitea-8bfa7ae7453e56191aa6f7de8067d5b6bb5a4a8b.zip |
Remove qiniu/log
Diffstat (limited to 'models/action.go')
-rw-r--r-- | models/action.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/models/action.go b/models/action.go index e39b04a1ad..2846823386 100644 --- a/models/action.go +++ b/models/action.go @@ -12,7 +12,6 @@ import ( "time" "github.com/gogits/git" - qlog "github.com/qiniu/log" "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/log" @@ -115,7 +114,7 @@ func CommitRepoAction(userId, repoUserId int64, userName, actEmail string, return errors.New("action.CommitRepoAction(NotifyWatchers): " + err.Error()) } - qlog.Info("action.CommitRepoAction(end): %d/%s", repoUserId, repoName) + //qlog.Info("action.CommitRepoAction(end): %d/%s", repoUserId, repoName) // New push event hook. if err := repo.GetOwner(); err != nil { |