diff options
-rw-r--r-- | engines/engine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/engine.cpp b/engines/engine.cpp index 399f188962..eb46add82f 100644 --- a/engines/engine.cpp +++ b/engines/engine.cpp @@ -135,7 +135,6 @@ void initGraphics(int width, int height, bool defaultTo1xScaler, const Graphics: g_system->initSize(width, height, format); else { Graphics::PixelFormat Format = g_system->getSupportedFormats().front(); - debug("%d,%X,%X,%X",Format.bytesPerPixel << 3, Format.rBits(), Format.gBits(), Format.bBits()); g_system->initSize(width, height, &Format); } #else |