[DELETE] Delete print debug

This commit is contained in:
tacigar
2016-09-13 22:54:17 +09:00
parent 409001d7e3
commit 6b5c57bfda
2 changed files with 0 additions and 2 deletions

View File

@ -49,7 +49,6 @@ local function on_step(self, dtime)
-- if maidroid is stoped by obstacle, the maidroid must jump.
if velocity.y == 0 and self.state == state.ACCOMPANY then
local front_node = self:get_front_node()
print(front_node.name)
if front_node.name ~= "air" then
self.object:setvelocity{x = direction.x, y = 5, z = direction.z}
end