diff --git a/stepmania/src/OptionRowHandler.cpp b/stepmania/src/OptionRowHandler.cpp index fc4fe8232e..979207ca30 100644 --- a/stepmania/src/OptionRowHandler.cpp +++ b/stepmania/src/OptionRowHandler.cpp @@ -557,7 +557,7 @@ public: const char *pValue = lua_tostring( LUA->L, -1 ); if( pValue == NULL ) RageException::Throw( "\"%s\" Column entry is not a string", sLuaFunction.c_str() ); - LOG->Trace( "'%s'", pValue); +// LOG->Trace( "'%s'", pValue); defOut.choices.push_back( pValue );