diff --git a/common/web/input-processor/src/text/prediction/languageProcessor.ts b/common/web/input-processor/src/text/prediction/languageProcessor.ts index 47a6335004..12511cfb9f 100644 --- a/common/web/input-processor/src/text/prediction/languageProcessor.ts +++ b/common/web/input-processor/src/text/prediction/languageProcessor.ts @@ -157,9 +157,6 @@ namespace com.keyman.text.prediction { } else if(outputTarget) { let transcription = outputTarget.buildTranscriptionFrom(outputTarget, null, false); this.predict_internal(transcription, true, layerId); - } else { - // Shouldn't be possible, and we'll want to know if and when it is. - console.warn("OutputTarget missing during an invalidateContext call"); } }