remove log whoops

This commit is contained in:
Shpuld Shpuldson 2020-06-16 17:30:56 +03:00
parent 5cf1574fdb
commit 5a8a428c15

View file

@ -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 () {