Skip to content

Commit 522f9c1

Browse files
author
ignacio
committed
Removes log [skip ci]
1 parent 9cb4fad commit 522f9c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Classes/SLKTextViewController.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,8 +1132,6 @@ - (void)slk_willShowOrHideKeyboard:(NSNotification *)notification
11321132
return;
11331133
}
11341134

1135-
NSLog(@"slk_currentFirstResponder : %@", [UIResponder slk_currentFirstResponder]);
1136-
11371135
// Skips this it's not the expected textView and shouldn't force adjustment of the text input bar.
11381136
// This will also dismiss the text input bar if it's visible, and exit auto-completion mode if enabled.
11391137
if (![self.textView isFirstResponder] && ![self forceTextInputbarAdjustmentForResponder:[UIResponder slk_currentFirstResponder]]) {

0 commit comments

Comments
 (0)