Skip to content

Commit 362c371

Browse files
author
dzenbot
committed
Removes logs
1 parent e834f0a commit 362c371

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Source/Classes/SLKTextViewController.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -833,9 +833,6 @@ - (void)performRightAction
833833

834834
- (void)postKeyboarStatusNotification:(NSNotification *)notification
835835
{
836-
NSLog(@"%s",__FUNCTION__);
837-
NSLog(@"self.isExternalKeyboardDetected : %@", self.isExternalKeyboardDetected ? @"YES" : @"NO");
838-
839836
if (self.isExternalKeyboardDetected || self.isRotating) {
840837
return;
841838
}

0 commit comments

Comments
 (0)