diff --git a/web/src/engine/predictive-text/worker-thread/src/main/predict-helpers.ts b/web/src/engine/predictive-text/worker-thread/src/main/predict-helpers.ts index 5d9dff561f..87df254f67 100644 --- a/web/src/engine/predictive-text/worker-thread/src/main/predict-helpers.ts +++ b/web/src/engine/predictive-text/worker-thread/src/main/predict-helpers.ts @@ -589,8 +589,6 @@ export async function correctAndEnumerate( const tokenizations = [transition.final.tokenization]; const searchModules = tokenizations.map(t => t.tail.searchModule); - // const preppedTokenizationSearch = prepareTokenizationSearch(transition, tokenizations); - // Only run the correction search when corrections are enabled. let rawPredictions: CorrectionPredictionTuple[] = []; let bestCorrectionCost: number;