From c94edbc649e2e93504323c27175112daa7b3f66a Mon Sep 17 00:00:00 2001 From: Hector Franqui Date: Thu, 21 Sep 2017 13:45:34 -0400 Subject: [PATCH] Log cleanup. --- actions/actions.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/actions/actions.lua b/actions/actions.lua index 74794b6..81e4039 100644 --- a/actions/actions.lua +++ b/actions/actions.lua @@ -879,7 +879,6 @@ function npc.actions.use_bed(self, args) local empty_nodes = npc.places.find_node_orthogonally(bed_pos, {"air", "cottages:bench"}, y_adjustment) if empty_nodes ~= nil and #empty_nodes > 0 then -- Get direction to the empty node - minetest.log("bed_pos: "..dump(bed_pos)..", empty_nodes: "..dump(empty_nodes)) dir = npc.actions.get_direction(bed_pos, empty_nodes[1].pos) -- Calculate position to get out of bed