mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-04 06:15:32 +02:00
fix: Remove console.log for consistent logging
- Remove console.log from detectDoorsInPath() function - Silent failure is appropriate here as main function handles error logging - Addresses Copilot feedback for consistent logging practices
This commit is contained in:
parent
9bb3e9b399
commit
601478f792
1 changed files with 0 additions and 1 deletions
|
@ -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 [];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue