Remove logs.

This commit is contained in:
Paul
2021-08-12 19:51:23 +01:00
parent c5a36b09d9
commit 4ac3165bdc
3 changed files with 0 additions and 7 deletions

View File

@@ -174,7 +174,6 @@ export const MessageArea = observer(({ channel }: Props) => {
if (renderer.state === "RENDER") {
runInAction(() => (renderer.fetching = true));
console.log(renderer.scrollAnchored);
if (renderer.scrollAnchored) {
setScrollState({ type: "ScrollToBottom" });
} else {