remove log

This commit is contained in:
Jordi Baylina 2018-12-23 00:00:08 +01:00
parent 113475af9c
commit 76f6e70633
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
1 changed files with 0 additions and 1 deletions

View File

@ -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));
});