This commit is contained in:
Glenn Maynard
2005-03-30 09:05:39 +00:00
parent b4b4635e4b
commit c7155811bd
+1 -1
View File
@@ -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 );