From: Matthew Judy Date: Wed, 29 Jan 2003 01:32:53 +0000 (+0000) Subject: Removing an NSLog X-Git-Tag: v0.1~60 X-Git-Url: http://git.ithinksw.org/ITKit.git/commitdiff_plain/56515bcf2e6dd44a8fe3767b7f3791cae184d940 Removing an NSLog --- diff --git a/ITTransientStatusWindow.m b/ITTransientStatusWindow.m index e44f703..45ad1e3 100755 --- a/ITTransientStatusWindow.m +++ b/ITTransientStatusWindow.m @@ -128,7 +128,6 @@ static ITTransientStatusWindow *staticWindow = nil; CGAffineTransformTranslate(transform, (([self frame].origin.x - 32.0) * -1), (([[self screen] frame].size.height - ([self frame].origin.y) + 32.0) * -1) )); - NSLog(@"%f %f", ([self frame].origin.x * -1), ([self frame].origin.y * -1)); } - (BOOL)ignoresMouseEvents