Skip to content

Commit d6dff9d

Browse files
committed
chore(ui): remove debugging statement
1 parent d066595 commit d6dff9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/components/menu/QMenu.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ export default Vue.extend({
238238

239239
const el = this.__portal.$el
240240

241-
console.log(el)
242-
243241
if (el.nodeType === 8) { // IE replaces the comment with delay
244242
setTimeout(this.updatePosition, 25)
245243
return

0 commit comments

Comments
 (0)