Remove debugging.

This commit is contained in:
Steve Checkoway
2006-10-15 08:07:34 +00:00
parent 3c2d96054d
commit 28df192f43
-2
View File
@@ -321,9 +321,7 @@ XNode *LuaHelpers::GetLuaInformation()
Lua *L = LUA->Get();
FOREACH_LUATABLE( L, LUA_GLOBALSINDEX )
{
ASSERT( lua_gettop(L) == 3 );
RString sKey;
LuaHelpers::Pop( L, sKey );
switch( lua_type(L, -1) )