Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Kadlec <[email protected]>
  • Loading branch information
kapetr committed Jan 16, 2025
1 parent 93c317c commit 453ff57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/tools/manage/UserToolModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,6 @@ UserToolModal.View = function ViewUserToolModal({
} & ModalProps) {
const id = useId();

console.log({ tool });

const type: ToolTypeKey = tool.open_api_schema ? 'api' : 'function';

return (
Expand Down

0 comments on commit 453ff57

Please sign in to comment.