Remove debugging code

This commit is contained in:
sys4-fr 2017-05-05 09:16:55 +02:00
parent 87a7e729c5
commit 94737b2494
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ function camera:on_step(dtime)
-- Calculate pitch and yaw if target_look_position defined
if target_look_position then
local vec_pos = vector.subtract(target_look_position, pos)
print("vec_pos "..dump(vec_pos))
-- Pitch
local opp = vec_pos.y