aboutsummaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-09 12:42:24 -0400
committerUnknwon <u@gogs.io>2015-09-09 12:42:24 -0400
commitb75d0378cbbf0523963fd9bc749543244be7392b (patch)
treebcb201cf2fa6963ce23ad97465a42a120cdc0856 /models
parentf432f1f41c8a6dafee9b94abe9dccc972a839f87 (diff)
downloadgitea-b75d0378cbbf0523963fd9bc749543244be7392b.tar.gz
gitea-b75d0378cbbf0523963fd9bc749543244be7392b.zip
clean log
Diffstat (limited to 'models')
-rw-r--r--models/repo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/repo.go b/models/repo.go
index 62a8b9740d..a22c6e17a7 100644
--- a/models/repo.go
+++ b/models/repo.go
@@ -630,7 +630,7 @@ func initRepository(e Engine, repoPath string, u *User, repo *Repository, opts C
}
tmpDir := filepath.Join(os.TempDir(), "gogs-"+repo.Name+"-"+com.ToStr(time.Now().Nanosecond()))
- fmt.Println(tmpDir)
+
// Initialize repository according to user's choice.
if opts.AutoInit {
os.MkdirAll(tmpDir, os.ModePerm)