Skip to content

Commit

Permalink
refactor: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed May 28, 2021
1 parent 63610dc commit 7c97b08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,6 @@ export default class Helpers {
}

addDefaultFields() {
console.log('defaults added back')
// Load default fields if none are set
config.opts.defaultFields.forEach(field => this.formBuilder.prepFieldVars(field))
this.d.stage.classList.remove('empty')
Expand Down

0 comments on commit 7c97b08

Please sign in to comment.