From 0ac61338c5dc294d411fc7db8114634ab016740f Mon Sep 17 00:00:00 2001 From: Jim Zhang Date: Wed, 14 Aug 2024 12:13:02 -0400 Subject: [PATCH] Remove debug log Signed-off-by: Jim Zhang --- zkp/circuits/gen.js | 2 -- 1 file changed, 2 deletions(-) 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.');