From 5f18c04a87fea8b21347aca15ae67738a14d8884 Mon Sep 17 00:00:00 2001 From: Ivy Gooch Date: Mon, 12 Aug 2024 15:24:49 -0700 Subject: [PATCH] Small cleanup of incorrect comment in features.go file --- pkg/util/runtime/features.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/util/runtime/features.go b/pkg/util/runtime/features.go index 541393f628..b32551b74a 100644 --- a/pkg/util/runtime/features.go +++ b/pkg/util/runtime/features.go @@ -38,9 +38,6 @@ const ( // (a generic implenetation of the player tracking feature). FeatureCountsAndLists Feature = "CountsAndLists" - //////////////// - // Alpha features - // FeatureDisableResyncOnSDKServer is a feature flag to enable/disable resync on SDK server. FeatureDisableResyncOnSDKServer Feature = "DisableResyncOnSDKServer"