Skip to content

Commit

Permalink
#805: tidy up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Jun 6, 2018
1 parent c78e0f4 commit d3b457e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/renderer/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -556,13 +556,10 @@ export default {
},
validateTable: async function() {
try {
// console.time('startIteration')
this.closeMessages()
this.messages = []
let hot = HotRegister.getInstance(this.currentHotId)
// console.time('removeComments')
this.removePreviousHotComments(hot)
// console.timeEnd('removeComments')
await validateActiveDataAgainstSchema(this.reportValidationSuccess)
} catch (err) {
console.error('There was an error(s) validating table.', err)
Expand Down

0 comments on commit d3b457e

Please sign in to comment.