We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84413ac commit c520f06Copy full SHA for c520f06
src/js/battletracker.js
@@ -332,7 +332,6 @@ function addHp() {
332
* Handle HP changes.
333
*/
334
function updateHp( id, damage ) {
335
- console.log(id, damage);
336
const hpInput = document.getElementById( `hp-${id}` );
337
const charName = document.getElementById( `addChar-${id}` ).textContent;
338
const hpUpdateMsg = document.getElementById( `hpUpdateMsg-${id}` );
0 commit comments