mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-15 23:58:56 -05:00
fix: remove console logs
This commit is contained in:
parent
28cafb2808
commit
e01d091c66
@ -322,8 +322,6 @@ async function deployToVercel(useGitHub = false) {
|
||||
cwd: projectRoot,
|
||||
encoding: 'utf8'
|
||||
});
|
||||
console.log('inspectOutput');
|
||||
console.log(inspectOutput);
|
||||
|
||||
// Extract project name from inspect output
|
||||
let projectName;
|
||||
@ -451,8 +449,6 @@ async function deployToVercel(useGitHub = false) {
|
||||
.split('\n')
|
||||
.filter(line => line.includes('https://'));
|
||||
|
||||
console.log('Project lines:', projectLines);
|
||||
|
||||
// Find the line containing our project name
|
||||
const currentProject = projectLines.find(line =>
|
||||
line.includes(projectName)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user