Skip to content
Snippets Groups Projects
Commit 5a8a428c authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

remove log whoops

parent 5cf1574f
No related branches found
No related tags found
2 merge requests!12172.1.0 into master,!1147Fix popovers cutting off in notifications #809
Pipeline #27287 passed
......@@ -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 () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment