Skip to content

Commit 71a3e0e

Browse files
committed
Remove console log
1 parent 05a5275 commit 71a3e0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/iframe-app/src/hooks/useAgentCard.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ async function fetchAgentCard(config: UseAgentCardConfig): Promise<AgentCard> {
3838
let response: Response;
3939
try {
4040
response = await fetch(url, requestInit);
41-
} catch (er) {
42-
console.log('charlie error:', er);
41+
} catch {
4342
// Network error or CORS failure (e.g., EasyAuth 302 redirect to login page)
4443
return handleUnauthorized(config);
4544
}

0 commit comments

Comments
 (0)