Video: Remove debug spew in XRANDR mode code

This commit is contained in:
Adam Moss 2015-01-07 20:22:29 +00:00
parent ee1941769b
commit 5fab29df81
1 changed files with 0 additions and 5 deletions

View File

@ -173,11 +173,6 @@ void XRRConfiguration::Update()
{
if (output_info->modes[j] == screenResources->modes[k].id)
{
std::string modename(screenResources->modes[k].name, screenResources->modes[k].nameLength);
ERROR_LOG(AUDIO, "%dx%d: %d %08x / %s", screenResources->modes[k].width,
screenResources->modes[k].height,
screenResources->modes[k].dotClock,
screenResources->modes[k].modeFlags, modename.c_str());
if (fullWidth == screenResources->modes[k].width &&
fullHeight == screenResources->modes[k].height &&
want_interlaced == !!(screenResources->modes[k].modeFlags & RR_Interlace))