KeyHandler // Suppress event log when retrieving blank UOM suggestions.
This commit is contained in:
parent
3d97dd9759
commit
ab685149e7
|
@ -229,8 +229,6 @@ public class KeyHandler {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
walk()
|
walk()
|
||||||
} else {
|
|
||||||
IME.prtDebugIntel("UOM: Blank suggestion retrieved, dismissing.")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
arrResult = arrResult.stableSort { $0.1.score > $1.1.score }
|
arrResult = arrResult.stableSort { $0.1.score > $1.1.score }
|
||||||
|
|
Loading…
Reference in New Issue