1
0
forked from mirrors/0ad

Remove useless call.

This was SVN commit r16090.
This commit is contained in:
leper
2014-12-31 00:21:41 +00:00
parent 2c20936ce3
commit 913674a202
@@ -1012,7 +1012,6 @@ std::string ScriptInterface::StringifyJSON(JS::MutableHandleValue obj, bool inde
{
JS_ClearPendingException(m->m_cx);
LOGERROR(L"StringifyJSON failed");
JS_ClearPendingException(m->m_cx);
return std::string();
}