remove dump line

This commit is contained in:
Eduardo Bart 2012-02-01 22:40:43 -02:00
parent e88774728e
commit 5f6dd5aff1
1 changed files with 0 additions and 1 deletions

View File

@ -293,7 +293,6 @@ bool luavalue_cast(int index, OTMLNodePtr& node)
} }
g_lua.pop(); g_lua.pop();
} }
dump << node->emit();
return true; return true;
} }
return false; return false;