refactor: cleanups
[poolifier.git] / src / pools / selection-strategies / abstract-worker-choice-strategy.ts
index fe8c7543551b97b09a162136490357e9a90b0083..d91f3c69e3ccf8782a5d945ad696aa1eea88d4c1 100644 (file)
@@ -57,7 +57,6 @@ export abstract class AbstractWorkerChoiceStrategy<
     protected readonly pool: IPool<Worker, Data, Response>,
     protected opts: InternalWorkerChoiceStrategyOptions
   ) {
-    // this.setOptions(this.opts)
     this.opts = buildInternalWorkerChoiceStrategyOptions(
       this.pool.info.maxSize,
       this.opts