remove message that the service api has been disabled while it has been re-enabled

This commit is contained in:
Cracked5pider
2023-12-06 14:13:25 +01:00
parent af3ae99aec
commit e4455a5ff3
-2
View File
@@ -192,8 +192,6 @@ func (t *Teamserver) Start() {
// start teamserver service
if t.Profile.Config.Service != nil {
logger.Warn("Service api has been disabled for this version.")
// 3rd Party Agent Support Enabled
t.Service = service.NewService(t.Server.Engine)
t.Service.Teamserver = t