mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 08:08: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,
|
cwd: projectRoot,
|
||||||
encoding: 'utf8'
|
encoding: 'utf8'
|
||||||
});
|
});
|
||||||
console.log('inspectOutput');
|
|
||||||
console.log(inspectOutput);
|
|
||||||
|
|
||||||
// Extract project name from inspect output
|
// Extract project name from inspect output
|
||||||
let projectName;
|
let projectName;
|
||||||
@ -451,8 +449,6 @@ async function deployToVercel(useGitHub = false) {
|
|||||||
.split('\n')
|
.split('\n')
|
||||||
.filter(line => line.includes('https://'));
|
.filter(line => line.includes('https://'));
|
||||||
|
|
||||||
console.log('Project lines:', projectLines);
|
|
||||||
|
|
||||||
// Find the line containing our project name
|
// Find the line containing our project name
|
||||||
const currentProject = projectLines.find(line =>
|
const currentProject = projectLines.find(line =>
|
||||||
line.includes(projectName)
|
line.includes(projectName)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user