mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 18:05:32 +00:00
chore(web): remove invalid warning msg
This commit is contained in:
parent
04b8ae1ed1
commit
56b37fb87f
1 changed files with 0 additions and 3 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue