summaryrefslogtreecommitdiffstats
path: root/routers/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/init.go')
-rw-r--r--routers/init.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/routers/init.go b/routers/init.go
index 07f84a25fb..b6b9911c80 100644
--- a/routers/init.go
+++ b/routers/init.go
@@ -70,9 +70,6 @@ func GlobalInit() {
if models.EnableTiDB {
log.Info("TiDB Supported")
}
- if setting.SupportMiniWinService {
- log.Info("Builtin Windows Service Supported")
- }
checkRunMode()
if setting.InstallLock && setting.SSH.StartBuiltinServer {