Permalink
Browse files

Removed debug message.

  • Loading branch information...
Howaner committed Aug 6, 2014
1 parent eae42d9 commit 0c622522ea52ed07aa12a25827b498acd290b531
Showing with 0 additions and 1 deletion.
  1. +0 −1 src/Bindings/ManualBindings.cpp
@@ -507,7 +507,6 @@ static int tolua_DoWithXYZ(lua_State* tolua_S)
int ItemX = ((int)tolua_tonumber(tolua_S, 2, 0));
int ItemY = ((int)tolua_tonumber(tolua_S, 3, 0));
int ItemZ = ((int)tolua_tonumber(tolua_S, 4, 0));
LOG("x %i y %i z %i", ItemX, ItemY, ItemZ);
if (!lua_isfunction( tolua_S, 5))
{
return lua_do_error(tolua_S, "Error in function call '#funcname#': Expected a function for parameter #4");

0 comments on commit 0c62252

Please sign in to comment.