]> git.saurik.com Git - cydia.git/commitdiff
Minor change to logging.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 19 Apr 2009 00:37:03 +0000 (00:37 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:13:12 +0000 (07:13 +0000)
UICaboodle/BrowserView.m

index feb51ad75a7b1381ebb668c8dab912abed8d5e2b..0161c5fbd01f07ad4b1e46ee217a4e8121519fd9 100644 (file)
 
 - (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];
 
 - (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];