Removes logs.
This commit is contained in:
parent
75dc93a2ce
commit
439bb99ef5
|
@ -243,7 +243,7 @@ static inline NSString *LocalizationNotNeeded(NSString *s) {
|
||||||
BOOL result = [_keyHandler handleInput:input state:_state stateCallback:^(InputState *state) {
|
BOOL result = [_keyHandler handleInput:input state:_state stateCallback:^(InputState *state) {
|
||||||
[self handleState:state client:client];
|
[self handleState:state client:client];
|
||||||
} candidateSelectionCallback:^{
|
} candidateSelectionCallback:^{
|
||||||
NSLog(@"candidate window updated.");
|
// NSLog(@"candidate window updated.");
|
||||||
} errorCallback:^{
|
} errorCallback:^{
|
||||||
NSBeep();
|
NSBeep();
|
||||||
}];
|
}];
|
||||||
|
|
|
@ -85,7 +85,6 @@ class KeyHandlerInput: NSObject {
|
||||||
absorbedArrowKey = useVerticalMode ? .right : .up
|
absorbedArrowKey = useVerticalMode ? .right : .up
|
||||||
verticalModeOnlyChooseCandidateKey = useVerticalMode ? absorbedArrowKey : .none
|
verticalModeOnlyChooseCandidateKey = useVerticalMode ? absorbedArrowKey : .none
|
||||||
super.init()
|
super.init()
|
||||||
NSLog("self.keyCode \(keyCode)")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@objc var isShiftHold: Bool {
|
@objc var isShiftHold: Bool {
|
||||||
|
|
Loading…
Reference in New Issue