Remove useless codes

This commit is contained in:
samuele3hu 2014-07-04 16:30:22 +08:00
parent d9ffa33601
commit 3b23b0c1ff
1 changed files with 0 additions and 1 deletions

View File

@ -6449,7 +6449,6 @@ static int tolua_cocos2d_utils_captureScreen(lua_State* tolua_S)
tolua_pushboolean(tolua_S, succeed);
tolua_pushstring(tolua_S, name.c_str());
LuaEngine::getInstance()->getLuaStack()->executeFunctionByHandler(handler, 2);
CCLOG("Handler is %d", handler);
LuaEngine::getInstance()->removeScriptHandler(handler);
}, fileName);