Skip to content

Commit c520f06

Browse files
author
Chris Reynolds
committed
remove console.log
1 parent 84413ac commit c520f06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/js/battletracker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ function addHp() {
332332
* Handle HP changes.
333333
*/
334334
function updateHp( id, damage ) {
335-
console.log(id, damage);
336335
const hpInput = document.getElementById( `hp-${id}` );
337336
const charName = document.getElementById( `addChar-${id}` ).textContent;
338337
const hpUpdateMsg = document.getElementById( `hpUpdateMsg-${id}` );

0 commit comments

Comments
 (0)