fix: remove unnecessary logs and edit comments

This commit is contained in:
lucas-neynar
2025-03-19 13:11:31 -07:00
parent 6038c38644
commit bbf4978c6e
3 changed files with 2 additions and 4 deletions

View File

@@ -50,7 +50,6 @@ async function queryNeynarApp(apiKey) {
}
);
const data = await response.json();
console.log('Neynar app data:', data);
return data;
} catch (error) {
console.error('Error querying Neynar app data:', error);