mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 05:00:26 -04:00
Remove logging.
This commit is contained in:
parent
e7aeaf4dea
commit
f2850854e4
1 changed files with 0 additions and 1 deletions
1
Input.js
1
Input.js
|
@ -2644,7 +2644,6 @@ function doTurn(command) {
|
|||
|
||||
defeatedEnemies++
|
||||
var index = state.initiativeOrder.findIndex(x => x.name.toLowerCase() == enemy.name.toLowerCase())
|
||||
log(`index:${index}`)
|
||||
if (index >= 0) state.initiativeOrder.splice(index, 1)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue