clean log

This commit is contained in:
Unknwon 2015-09-09 12:42:24 -04:00
parent f432f1f41c
commit b75d0378cb
3 changed files with 3 additions and 3 deletions

View file

@ -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)