Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <[email protected]>
  • Loading branch information
jimthematrix committed Aug 14, 2024
1 parent ab55889 commit 0ac6133
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zkp/circuits/gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ const specificCircuits = argv.c;
const compileOnly = argv.compileOnly;
const parallelLimit = parseInt(process.env.GEN_CONCURRENCY, 10) || 10; // Default to compile 10 circuits in parallel

console.log(argv);

// check env vars
if (!circuitsRoot) {
console.error('Error: CIRCUITS_ROOT is not set.');
Expand Down

0 comments on commit 0ac6133

Please sign in to comment.