Skip to content
Snippets Groups Projects
Commit 3783b385 authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] web: remove forgotten console.log

Commit [1] merged a debug console.log. This commit removes it.

[1]: https://github.com/odoo/odoo/commit/6df67a28c2f113572acd4a3db19ab6b1bd37e7da

Part of https://github.com/odoo/odoo/pull/54311



closes odoo/odoo#54311

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent 513c410e
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,6 @@ const SmoothScrollOnDrag = Class.extend(mixins.ParentedMixin, {
left: offset.left + this.horizontalDelta
});
}
console.log(this.verticalDelta);
this.$scrollTarget.scrollTop(
this.$scrollTarget.scrollTop() +
this.verticalDelta
......
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