summaryrefslogtreecommitdiffstats
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
parentf432f1f41c8a6dafee9b94abe9dccc972a839f87 (diff)
downloadgitea-b75d0378cbbf0523963fd9bc749543244be7392b.tar.gz
gitea-b75d0378cbbf0523963fd9bc749543244be7392b.zip
clean log
-rw-r--r--gogs.go2
-rw-r--r--models/repo.go2
-rw-r--r--templates/.VERSION2
3 files changed, 3 insertions, 3 deletions
diff --git a/gogs.go b/gogs.go
index 32b9c785a4..2601c10593 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.6.9.0907 Beta"
+const APP_VER = "0.6.9.0909 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
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)
diff --git a/templates/.VERSION b/templates/.VERSION
index 41e2b2e2da..105769c650 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.6.9.0907 Beta \ No newline at end of file
+0.6.9.0909 Beta \ No newline at end of file