Removed debug log forgotten in the previous commit

This commit is contained in:
Marco Antognini 2014-04-21 18:15:24 +02:00
parent 2c96d49a03
commit 52bb192cff

View File

@ -254,7 +254,6 @@ BOOL isValidTextUnicode(NSEvent* event);
{
NSPoint relativeToWindow = [[self window] mouseLocationOutsideOfEventStream];
NSPoint relativeToView = [self convertPoint:relativeToWindow fromView:nil];
NSLog(@"relativeToWindow %@\trelativeToView %@\trect %@", NSStringFromPoint(relativeToWindow), NSStringFromPoint(relativeToView), NSStringFromRect([self frame]));
return NSPointInRect(relativeToView, [self bounds]);
}