removed what I'm guessing is a debug printf (please use LOG->Debug and please try...
authorMarc Cannon <vyhdycokio@gmail.com>
Wed, 2 Jan 2013 03:32:00 +0000 (03:32 +0000)
committerMarc Cannon <vyhdycokio@gmail.com>
Wed, 2 Jan 2013 03:32:00 +0000 (03:32 +0000)
src/RageFileManager.cpp

index 213cc8c..05f3fdc 100755 (executable)
@@ -885,9 +885,9 @@ RageFileBasic *RageFileManager::OpenForWriting( const CString &sPath, int mode,
 
                int iThisError;
                RageFileBasic *pRet = ld.m_pDriver->Open( sDriverPath, mode, iThisError );
+
                if( pRet )
                {
-                       printf("OpenForWriting %s\n", sDriverPath.c_str());
                        UnreferenceAllDrivers( apDriverList );
                        return pRet;
                }