diff options
-rw-r--r-- | backends/platform/sdl/sdl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp index bf754d799b..57f77fde6d 100644 --- a/backends/platform/sdl/sdl.cpp +++ b/backends/platform/sdl/sdl.cpp @@ -196,8 +196,6 @@ void OSystem_SDL::initBackend() { sdlDriverName[0] = '\0'; SDL_VideoDriverName(sdlDriverName, maxNameLen); #endif - // Using printf rather than debug() here as debug()/logging - // is not active by this point. debug(1, "Using SDL Video Driver \"%s\"", sdlDriverName); // Create the default event source, in case a custom backend |