mirror of
https://github.com/tornadocash/snarkjs.git
synced 2024-10-31 23:35:40 +01:00
remove log
This commit is contained in:
parent
113475af9c
commit
76f6e70633
@ -45,7 +45,6 @@ function calculateWitness(circuit, inputSignals, log) {
|
||||
for (let s in inputSignals) {
|
||||
ctx.currentComponent = "main";
|
||||
iterateSelector(inputSignals[s], [], function(selector, value) {
|
||||
console.log("xxxx");
|
||||
if (typeof(value) == "undefined") throw new Error("Signal not defined:" + s);
|
||||
ctx.setSignal(s, selector, bigInt(value));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user