Removed debug line in tsm_pyramids/room.lua

This commit is contained in:
LeMagnesium 2015-03-22 15:20:16 +01:00
parent 6d20fda531
commit cf7dea7480
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ end)
minetest.register_globalstep(function(dtime)
pyramids.timer = pyramids.timer + dtime
table.foreach(pyramids.saved_chests,print)
if pyramids.timer < pyramids.max_time then return end
pyramids.timer = 0
for _,k in ipairs(pyramids.saved_chests) do