mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Remove unnecessary debug logs
This commit is contained in:
@@ -65,12 +65,8 @@ function ChatBodyData(props: ChatBodyDataProps) {
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
console.log(`Loading user config: ${props.isLoadingUserConfig}`);
|
||||
if (props.isLoadingUserConfig) return;
|
||||
|
||||
// Set user config
|
||||
console.log(`Logged In: ${props.isLoggedIn}\nUserConfig: ${props.userConfig}`);
|
||||
|
||||
// Get today's day
|
||||
const today = new Date();
|
||||
const day = today.getDay();
|
||||
|
||||
Reference in New Issue
Block a user