From b1bdbd7f948b0598e69355ba8312a50c74bc04a7 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 24 May 2014 02:31:58 -0400 Subject: Almost done issue label #200 --- routers/install.go | 1 - 1 file changed, 1 deletion(-) (limited to 'routers/install.go') diff --git a/routers/install.go b/routers/install.go index 53ce90d5..da00b90e 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": -- cgit v1.2.3