mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-19 09:26:07 -05:00
fix: remove unnecessary logs and edit comments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user