remove console logs

This commit is contained in:
Shreyaschorge
2025-07-14 20:51:03 +05:30
parent e74b2581df
commit 8475b28107
6 changed files with 3 additions and 53 deletions

View File

@@ -68,7 +68,6 @@ export async function getFarcasterMetadata(): Promise<MiniAppManifest> {
if (process.env.MINI_APP_METADATA) {
try {
const metadata = JSON.parse(process.env.MINI_APP_METADATA);
console.log('Using pre-signed mini app metadata from environment');
return metadata;
} catch (error) {
console.warn(
@@ -82,10 +81,6 @@ export async function getFarcasterMetadata(): Promise<MiniAppManifest> {
throw new Error('NEXT_PUBLIC_URL not configured');
}
// Get the domain from the URL (without https:// prefix)
const domain = new URL(APP_URL).hostname;
console.log('Using domain for manifest:', domain);
return {
accountAssociation: {
header: '',