Removed console.log statement

This commit is contained in:
Daniel Xie 2018-08-03 16:54:11 -05:00
parent 1ce9a5308d
commit 44e45af2fe
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

@ -13,7 +13,6 @@ function CharacterOverview() {
this.int = document.getElementById("character-int-text");
this.intWrapper = document.getElementById("character-int-wrapper");
this.repaintElem = document.getElementById("character-overview-text");
console.log(this.hp,this.money,this.hack,this.str,this.def,this.dex,this.agi,this.cha,this.int,this.intWrapper,this.repaintElem)
}
CharacterOverview.prototype.repaint = function() {