Skip to content

Commit e7e28bd

Browse files
committed
rm stray console log
1 parent 3da9380 commit e7e28bd

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

tools/server/public/index.html.gz

-4 Bytes
Binary file not shown.

tools/server/webui/src/components/useChatScroll.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React, { useEffect } from 'react';
22
import { throttle } from '../utils/misc';
33

44
export const scrollToBottom = (requiresNearBottom: boolean, delay?: number) => {
5-
console.log({ requiresNearBottom });
65
const mainScrollElem = document.getElementById('main-scroll');
76
if (!mainScrollElem) return;
87
const spaceToBottom =

0 commit comments

Comments
 (0)