changeset 948:e48384ca49b7

Oops left in a debug message from testing.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 30 Apr 2011 21:50:49 +0000
parents c9f6ba940453
children 451c71b7fdb1
files mac/dw.m
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Sat Apr 30 21:49:11 2011 +0000
+++ b/mac/dw.m	Sat Apr 30 21:50:49 2011 +0000
@@ -7540,8 +7540,6 @@
     {
         NSWindow *window = handle;
         point.y -= [window frame].size.height;
-        NSLog(@"Setting position %dx%d screen height %d frame height %d new y %d", 
-              (int)x, (int)y, (int)[[NSScreen mainScreen] frame].size.height, (int)[window frame].size.height, (int)point.y);
         [window setFrameOrigin:point];
     }
     DW_MUTEX_UNLOCK;