Skip to content

Commit

Permalink
Removed console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavaeolous committed Sep 26, 2022
1 parent c047e64 commit b3e260f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pf1-statblock-converter/scripts/sbcUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ export class sbcUtils {
await this.resetTraits()
await this.resetTokenData()

console.log("CharacterData after Reset")
console.log(sbcData.characterData)
}

static async resetTraits() {
Expand Down Expand Up @@ -161,7 +159,6 @@ export class sbcUtils {
static async updatePreview() {
this.resetPreview()
let previewArea = $(".sbcContainer #sbcPreview")
console.log(sbcData.characterData.actorData)
let preview = await renderTemplate('modules/pf1-statblock-converter/templates/sbcPreview.hbs' , {data: sbcData.characterData.actorData, notes: sbcData.notes })
previewArea.append(preview)
}
Expand Down

0 comments on commit b3e260f

Please sign in to comment.