Remove/disable log statements that got left in by accident
authorMikko Rasa <tdb@tdb.fi>
Mon, 9 Jul 2012 07:01:44 +0000 (10:01 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 9 Jul 2012 07:06:32 +0000 (10:06 +0300)
src/OptionRow.cpp
src/RageDisplay_OGL.cpp

index 2832512..4a28f7b 100755 (executable)
@@ -262,7 +262,6 @@ void OptionRow::AfterImportOptions()
                                        m_vbSelected[p][0] = true;
                                
                                m_iChoiceInRowWithFocus[p] = GetOneSelection(p, true);  // focus on the selection we just set
-                               LOG->Debug("Row %s has focus on %d for player %d", m_RowDef.name.c_str(), m_iChoiceInRowWithFocus[p], p);
                        }
                        break;
                case SELECT_MULTIPLE:
index a0b4158..28b51e7 100755 (executable)
@@ -673,7 +673,7 @@ void RageDisplay_OGL::ResolutionChanged()
 // need to be reloaded.
 CString RageDisplay_OGL::TryVideoMode( VideoModeParams p, bool &bNewDeviceOut )
 {
-       LOG->Trace( "RageDisplay_OGL::TryVideoMode( { .windowed=%d, .width=%d, .height=%d, .bpp=%d, .rate=%d, .vsync=%d )", p.windowed, p.width, p.height, p.bpp, p.rate, p.vsync );
+//     LOG->Trace( "RageDisplay_OGL::TryVideoMode( { .windowed=%d, .width=%d, .height=%d, .bpp=%d, .rate=%d, .vsync=%d )", p.windowed, p.width, p.height, p.bpp, p.rate, p.vsync );
        CString err;
        err = wind->TryVideoMode( p, bNewDeviceOut );
        if( err != "" )