From 7adf7539c407d92d3574a6332693e42022066a84 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 19 Apr 2009 00:37:03 +0000 Subject: Minor change to logging. --- UICaboodle/BrowserView.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UICaboodle') diff --git a/UICaboodle/BrowserView.m b/UICaboodle/BrowserView.m index feb51ad..0161c5f 100644 --- a/UICaboodle/BrowserView.m +++ b/UICaboodle/BrowserView.m @@ -496,7 +496,7 @@ - (void) fixScroller { CGRect bounds([webview_ documentBounds]); -#if LogBrowser +#if TrackResize NSLog(@"_fs:(%f,%f+%f,%f)", bounds.origin.x, bounds.origin.y, bounds.size.width, bounds.size.height); #endif [self _fixScroller:bounds]; @@ -504,7 +504,7 @@ - (void) view:(UIView *)sender didSetFrame:(CGRect)frame { size_ = frame.size; -#if LogBrowser +#if TrackResize NSLog(@"dsf:(%f,%f+%f,%f)", frame.origin.x, frame.origin.y, frame.size.width, frame.size.height); #endif [self _fixScroller:frame]; -- cgit v1.2.3