# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1304200249 0 # Node ID e48384ca49b73dd4eba19bdba2067fecb1cbe516 # Parent c9f6ba9404534be5637480b1a6781c49944c6567 Oops left in a debug message from testing. diff -r c9f6ba940453 -r e48384ca49b7 mac/dw.m --- 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;