aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat/chat_layout_utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/chat/chat_layout_utils.js')
-rw-r--r--src/components/chat/chat_layout_utils.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/chat/chat_layout_utils.js b/src/components/chat/chat_layout_utils.js
index 5c4aa5bf..50a933ac 100644
--- a/src/components/chat/chat_layout_utils.js
+++ b/src/components/chat/chat_layout_utils.js
@@ -1,6 +1,5 @@
// Captures a scroll position
export const getScrollPosition = (el) => {
- console.log(el)
return {
scrollTop: el.scrollTop,
scrollHeight: el.scrollHeight,