浏览代码

Merge branch 'master' of github.com:gogits/gogs

slene 11 年之前
父节点
当前提交
a10e126803
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      modules/base/conf.go

+ 0 - 1
modules/base/conf.go

@@ -167,7 +167,6 @@ func init() {
 			os.Exit(2)
 		}
 	}
-	Cfg.BlockMode = false
 
 	AppName = Cfg.MustValue("", "APP_NAME", "Gogs: Go Git Service")
 	AppLogo = Cfg.MustValue("", "APP_LOGO", "img/favicon.png")