Skip to content

Commit

Permalink
rm commented logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Swenschaeferjohann authored and Swenschaeferjohann committed Nov 19, 2024
1 parent bee5667 commit 1f3b7bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cli/src/utils/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export async function executeCommand({
logStream = fs.createWriteStream(file, { flags: "a" });
}

// console.log(`Executing command: ${fullCommand}`);
let childProcess;
try {
childProcess = spawn(fullCommand, [], options);
Expand Down
1 change: 0 additions & 1 deletion cli/src/utils/processProverServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export async function startProver(
}

for (const circuit of circuits) {
// console.log(`Adding circuit: ${circuit}`);
args.push("--circuit", circuit);
}

Expand Down

0 comments on commit 1f3b7bf

Please sign in to comment.