get rid of console logs

This commit is contained in:
Cube14yt 2025-07-27 16:30:21 +08:00 committed by GitHub
parent d04aba1935
commit 460b4df53d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -81,19 +81,12 @@ runAfterAutogen(function () {
return movesSelf; return movesSelf;
}).map(([name]) => name); }).map(([name]) => name);
console.log("🚶 Self-Moving Elements:", movableElements);
window.movableElementsByBehavior = movableElements; window.movableElementsByBehavior = movableElements;
}); });
runAfterAutogen(function () {
console.log(behaviors)
})
// Create a global map to track delay for each position // Create a global map to track delay for each position
if (!window.fanPushDelays) { if (!window.fanPushDelays) {
window.fanPushDelays = new Map(); window.fanPushDelays = new Map();