# HG changeset patch # User Sebastien Jodogne # Date 1575567296 -3600 # Node ID c04d0aa40f73e58fdb51f5314f122f379d5aea11 # Parent 5147277850cfd227934268ef985c038c8ae85a5d removed debug code diff -r 5147277850cf -r c04d0aa40f73 Framework/Viewport/SdlViewport.cpp --- a/Framework/Viewport/SdlViewport.cpp Thu Dec 05 16:36:40 2019 +0100 +++ b/Framework/Viewport/SdlViewport.cpp Thu Dec 05 18:34:56 2019 +0100 @@ -174,8 +174,6 @@ const unsigned int width = compositor.GetCanvas().GetWidth(); const unsigned int height = compositor.GetCanvas().GetHeight(); - printf("%dx%d\n", width, height); - if (sdlSurface_ != NULL) { if (sdlSurface_->pixels == compositor.GetCanvas().GetBuffer() &&