diff --git a/src/agent/library/skills.js b/src/agent/library/skills.js index 8c95287..ee7b746 100644 --- a/src/agent/library/skills.js +++ b/src/agent/library/skills.js @@ -1085,7 +1085,6 @@ async function detectDoorsInPath(bot, targetX, targetY, targetZ) { } catch (error) { // If path calculation fails, return empty array - console.log('Door detection failed:', error.message); return []; } }