remove debug code

This commit is contained in:
reschan 2022-06-26 16:32:41 +07:00
parent 72f9b2b30d
commit ab38e5cf5f

View file

@ -309,15 +309,11 @@ function atree_get_state(connector) {
if (state) {
connector_state.down = 1;
if (abil_name == "Scorched Earth") {
alert('a')
}
} else {
connector_state.down = 0;
}
}
}
console.log(connector_state);
return connector_state;
}