Skip to content

Commit

Permalink
remove console message
Browse files Browse the repository at this point in the history
  • Loading branch information
swelborn committed Feb 10, 2025
1 parent 35a8320 commit f82a2de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/interactEM/src/components/launchagentfab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export const LaunchAgentFab = () => {
const onSubmit: SubmitHandler<AgentCreateEvent> = useCallback(
async (formData: AgentCreateEvent) => {
try {
console.log(formData)
launchAgent.mutate({
body: formData,
})
Expand Down

0 comments on commit f82a2de

Please sign in to comment.