Skip to content

Commit ad4c412

Browse files
committed
Removed an errant debug statement
1 parent 3949457 commit ad4c412

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

TPKeyboardAvoiding/UIScrollView+TPKeyboardAvoidingAdditions.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ - (void)TPKeyboardAvoiding_findNextInputViewAfterView:(UIView*)priorView beneath
208208
// Use a heuristic to evaluate candidates
209209
CGFloat heuristic = [self TPKeyboardAvoiding_nextInputViewHeuristicForViewFrame:frame];
210210

211-
NSLog(@"%@: (%lfx%lf, %lf)", ((UITextField*)childView).placeholder, frame.origin.x, frame.origin.y, heuristic);
212-
213211
// Find views beneath, or to the right. For those views that match, choose the view closest to the top left
214212
if ( childView != priorView
215213
&& ((fabs(CGRectGetMinY(frame) - CGRectGetMinY(priorFrame)) < FLT_EPSILON && CGRectGetMinX(frame) > CGRectGetMinX(priorFrame))

0 commit comments

Comments
 (0)