Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Nov 18, 2024
1 parent d38b62d commit abbb9b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sdk/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const getKeysFromGateway = async (url: string, publicKeyId?: string) => {
return keyurlCache[url];
}
try {
console.log('fetching keys from', url);
const response = await fetch(`${url}keyurl`);
if (!response.ok) {
throw new Error(`HTTP error! status: ${response.status}`);
Expand Down

0 comments on commit abbb9b6

Please sign in to comment.