Skip to content

Commit

Permalink
rm debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Nov 11, 2023
1 parent e37dbda commit b8d4dce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _examples/chat_json/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@
}

function needScrollToBottom() {
console.log(messages.scrollHeight - messages.scrollTop - messages.clientHeight - inputContainer.clientHeight);
return messages.scrollHeight - messages.scrollTop - messages.clientHeight - inputContainer.clientHeight <= 0;
}

Expand Down

0 comments on commit b8d4dce

Please sign in to comment.