summaryrefslogtreecommitdiffstats
path: root/routers/install.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-24 02:31:58 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-24 02:31:58 -0400
commitb1bdbd7f948b0598e69355ba8312a50c74bc04a7 (patch)
tree1bf401b1d334fab67f72a69a3ff4d2c310cb14c6 /routers/install.go
parent50ba08e2c602993fc283b2d868639820aba57528 (diff)
downloadgitea-b1bdbd7f948b0598e69355ba8312a50c74bc04a7.tar.gz
gitea-b1bdbd7f948b0598e69355ba8312a50c74bc04a7.zip
Almost done issue label #200
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/install.go b/routers/install.go
index 53ce90d5b6..da00b90e37 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -25,7 +25,6 @@ import (
"github.com/gogits/gogs/modules/social"
)
-// Check run mode(Default of martini is Dev).
func checkRunMode() {
switch base.Cfg.MustValue("", "RUN_MODE") {
case "prod":