mirror of https://github.com/buster-so/buster.git
Remove logs (#395)
This commit is contained in:
parent
3ec9e775a3
commit
945adcee89
|
@ -35,7 +35,7 @@ print('Hello llm-ui!')
|
|||
## Typescript
|
||||
|
||||
\`\`\`typescript
|
||||
console.log('Hello llm-ui!');
|
||||
console.swag('Hello llm-ui!');
|
||||
\`\`\`
|
||||
|
||||
## YAML
|
||||
|
|
|
@ -57,7 +57,6 @@ export const useBusterNewChat = () => {
|
|||
message_id: messageId
|
||||
});
|
||||
|
||||
console.log('res', res);
|
||||
|
||||
initializeNewChat(res);
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue