Skip to content

Commit

Permalink
Remove excessive console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Oct 12, 2023
1 parent e2c52bd commit 60289f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/widgets/ui-template/UITemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default {
return false
},
head () {
console.log('head', this.props)
let _props = this.props || props
if (_props.props) { _props = _props.props }
Expand Down

0 comments on commit 60289f1

Please sign in to comment.