dm 7 years ago
parent
commit
c4fcfc2fc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      oxygine/src/oxygine/core/oxygine.cpp

+ 1 - 1
oxygine/src/oxygine/core/oxygine.cpp

@@ -754,7 +754,7 @@ namespace oxygine
 #endif
             
             Point ds = getDisplaySize();
-            logs::messageln("SDL_GL_GetDrawableSize: %d %d", ds.x, ds.y);
+            //logs::messageln("SDL_GL_GetDrawableSize: %d %d", ds.x, ds.y);
 
             timeMS duration = IVideoDriver::_stats.duration;
             IVideoDriver::_stats = IVideoDriver::Stats();