# HG changeset patch # User Sam Lantinga # Date 995740597 0 # Node ID 7be1046c4a6882f99f61a50d8a08e9c73d244d74 # Parent dabc453ce7f7679fb56843fb506a4e24775c3608 Removed debug info accidentally comitted diff -r dabc453ce7f7 -r 7be1046c4a68 src/video/bwindow/SDL_sysvideo.cc --- a/src/video/bwindow/SDL_sysvideo.cc Fri Jul 20 20:07:53 2001 +0000 +++ b/src/video/bwindow/SDL_sysvideo.cc Sat Jul 21 18:36:37 2001 +0000 @@ -416,7 +416,6 @@ */ xoff = (bounds.IntegerWidth() - width)/2; yoff = (bounds.IntegerHeight() - height)/2; -printf("Setting X/Y offset: %d/%d\n", xoff, yoff); if ( fullscreen ) { /* Set offset for drawing */ SDL_Win->SetXYOffset(xoff, yoff);