remove debug code
This commit is contained in:
parent
72f9b2b30d
commit
ab38e5cf5f
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue