Remove logs (#395)

This commit is contained in:
Nate Kelley 2025-07-02 16:48:11 -06:00 committed by GitHub
parent 3ec9e775a3
commit 945adcee89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 9 deletions

View File

@ -35,7 +35,7 @@ print('Hello llm-ui!')
## Typescript
\`\`\`typescript
console.log('Hello llm-ui!');
console.swag('Hello llm-ui!');
\`\`\`
## YAML

View File

@ -57,7 +57,6 @@ export const useBusterNewChat = () => {
message_id: messageId
});
console.log('res', res);
initializeNewChat(res);
}

View File

@ -64,13 +64,6 @@ export const useIsDashboardChanged = ({ dashboardId }: { dashboardId: string | u
);
}, [originalDashboard, isEditor, currentDashboard, isLatestVersion]);
// console.log('isDashboardChanged', isDashboardChanged, {
// originalDashboard,
// currentDashboard,
// isEditor,
// isLatestVersion
// });
return {
onResetDashboardToOriginal,
isDashboardChanged