remove NSLog in NSClipView

This commit is contained in:
Christopher Lloyd 2010-11-01 16:51:45 -04:00
parent 9513b1a7be
commit af2fc3fd49

View File

@ -179,7 +179,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
-(void)drawRect:(NSRect)rect {
if([_docView isOpaque]){
NSLog(@"[_docView isOpaque]");
NSRect bounds=[self bounds];
NSRect frame=[_docView frame];
NSRect intersection=NSIntersectionRect(bounds,frame);