diff options
Diffstat (limited to 'routers/init.go')
-rw-r--r-- | routers/init.go | 3 |
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 { |