Skip to content

Commit

Permalink
feat: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJohnst committed May 10, 2024
1 parent e9777bc commit 1bc5e92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/elements-core/src/components/TryIt/TryIt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ export const TryIt: React.FC<TryItProps> = ({
corsProxy,
});

console.log(request);

let response: Response | undefined;
try {
response = await fetch(...request);
Expand Down

0 comments on commit 1bc5e92

Please sign in to comment.