forked from AkkomaGang/akkoma-fe
remove log whoops
This commit is contained in:
parent
5cf1574fdb
commit
5a8a428c15
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ const Popover = {
|
|||
methods: {
|
||||
containerBoundingClientRect () {
|
||||
const container = this.boundToSelector ? document.querySelector(this.boundToSelector) : this.$el.offsetParent
|
||||
console.log('test', container)
|
||||
return container.getBoundingClientRect()
|
||||
},
|
||||
updateStyles () {
|
||||
|
|
Loading…
Reference in a new issue