Skip to content

Commit

Permalink
remove console.log and .debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsjonas authored Apr 30, 2019
1 parent a288e85 commit feb46d7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/JsonView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ export default {
}
},
created: function () {
console.log('PARSED : ', this.parsedData);
},
components: {
ArrayView,
EditValue,
Expand Down Expand Up @@ -119,8 +115,6 @@ export default {
e.target.focus()
// return 1
}
console.debug(item);
console.debug(e)
},
onChange: function() {
Expand All @@ -135,4 +129,4 @@ export default {
}
}
</script>
</script>

0 comments on commit feb46d7

Please sign in to comment.