get rid of console logs
This commit is contained in:
parent
d04aba1935
commit
460b4df53d
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue