Rod Hynes 1 год назад
Родитель
Сommit
4a89366af0
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      psiphon/server/tactics.go

+ 1 - 3
psiphon/server/tactics.go

@@ -136,7 +136,7 @@ func (c *ServerTacticsParametersCache) Get(
 	// Construct parameters from tactics.
 
 	// Note: since ServerTacticsParametersCache was implemented,
-	// tactics.Server.cachedTacticsData was added. This new cache is
+	// tactics.Server.cachedTacticsData was added. That new cache is
 	// primarily intended to reduce server allocations and computations
 	// when _clients_ request tactics. cachedTacticsData also impacts
 	// GetTacticsWithTag.
@@ -157,8 +157,6 @@ func (c *ServerTacticsParametersCache) Get(
 		return nilAccessor, nil
 	}
 
-	// Tactics.Probability is ignored for server-side tactics.
-
 	params, err := parameters.NewParameters(nil)
 	if err != nil {
 		return nilAccessor, errors.Trace(err)