From c7155811bd8974650c0e949e48749554c9aee024 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 30 Mar 2005 09:05:39 +0000 Subject: [PATCH] noisy --- stepmania/src/OptionRowHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );