diff --git a/zkp/circuits/gen.js b/zkp/circuits/gen.js index 6ef742e..d7c2017 100644 --- a/zkp/circuits/gen.js +++ b/zkp/circuits/gen.js @@ -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.');