Skip to content

Commit

Permalink
Removed some debug prints.
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Nov 30, 2015
1 parent 9ddc6c3 commit 6a50d33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/video/cocoa/SDL_cocoawindow.m
Expand Up @@ -1189,7 +1189,6 @@ - (void)resetCursorRects
Cocoa_CreateWindow(_THIS, SDL_Window * window)
{ @autoreleasepool
{
NSLog(@"CREATE WINDOW");
SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata;
NSWindow *nswindow;
SDL_VideoDisplay *display = SDL_GetDisplayForWindow(window);
Expand Down Expand Up @@ -1549,7 +1548,6 @@ - (void)resetCursorRects
}

s_moveHack = 0;
NSLog(@"SET CONTENT SIZE: %@", NSStringFromRect(rect));
[nswindow setContentSize:rect.size];
[nswindow setFrameOrigin:rect.origin];
s_moveHack = SDL_GetTicks();
Expand Down

0 comments on commit 6a50d33

Please sign in to comment.