Skip to content

Commit

Permalink
fix: console log reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelin committed Nov 10, 2019
1 parent 9f5618c commit a84666f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DetectionBoxes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ export default {
this.stageSize.width = width
this.stageSize.height = height
console.log('stage w, h: ', width, height)
// console.log('stage w, h: ', width, height)
},
onResize: function () {
console.log('onResize called')
// console.log('onResize called')
this.changeRect()
}
}
Expand Down

0 comments on commit a84666f

Please sign in to comment.