From b3dc3832f7b04ed2c027d7b92deece6244a7f2fd Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Mon, 25 Mar 2019 22:11:45 +0000 Subject: SDL: Remove outdated comment --- backends/platform/sdl/sdl.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'backends/platform/sdl') 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 -- cgit v1.2.3