Mercurial > hg > orthanc-stone
changeset 1217:c04d0aa40f73 broker
removed debug code
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 05 Dec 2019 18:34:56 +0100 |
parents | 5147277850cf |
children | 6f3f1ef347a3 |
files | Framework/Viewport/SdlViewport.cpp |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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() &&