Skip to content

Commit 5174f7c

Browse files
committed
Remove todo about config script
1 parent c47eda1 commit 5174f7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export default async function(event, { status }) {
6666
event.payload.circuit.file = include[1].slice(3, -7);
6767
delete event.payload.files[`test/${BUILD_NAME}.circom`];
6868
}
69-
// TODO download and save circom binary
7069
const circomVersion = await execPromise(`${event.payload.circomPath} --version`);
7170
status.log(`Using ${circomVersion.stdout}`);
7271
status.log(`Using snarkjs@${snarkjsPkg.version}`);

0 commit comments

Comments
 (0)