From 7c95d08068859942917c5a293ceccbd60c01cf97 Mon Sep 17 00:00:00 2001 From: Joshua Horton Date: Wed, 22 Apr 2026 13:16:27 -0500 Subject: [PATCH] change(web): remove rebase commented-line artifact --- .../predictive-text/worker-thread/src/main/predict-helpers.ts | 2 -- 1 file changed, 2 deletions(-) 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;