mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-15 23:58:56 -05:00
fix: remove unnecessary logs and edit comments
This commit is contained in:
parent
6038c38644
commit
bbf4978c6e
@ -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);
|
||||
|
||||
@ -42,7 +42,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);
|
||||
|
||||
@ -116,14 +116,14 @@ async function startDev() {
|
||||
1. Open Warpcast on your phone
|
||||
2. Go to Settings > Developer > Frames
|
||||
4. Enter this URL: ${tunnel.url}
|
||||
5. Click "Launch" (note that it may take ~10 seconds to load)
|
||||
5. Click "Preview" (note that it may take ~10 seconds to load)
|
||||
`);
|
||||
} else {
|
||||
frameUrl = 'https://localhost:3000';
|
||||
console.log(`
|
||||
💻 To test your frame:
|
||||
1. Open the Warpcast Frame Developer Tools: https://warpcast.com/~/developers/frames
|
||||
2. Scroll down to the "Launch Frame" tool
|
||||
2. Scroll down to the "Preview Frame" tool
|
||||
3. Enter this URL: ${frameUrl}
|
||||
4. Click "Preview" to test your frame
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user