chore(web): remove invalid warning msg

This commit is contained in:
Joshua A. Horton 2022-07-15 08:53:08 +07:00
parent 04b8ae1ed1
commit 56b37fb87f

View file

@ -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");
}
}