Skip to content

Commit 5858c8e

Browse files
committed
removed debug statements, unused imports
Signed-off-by: Spencer Holman <[email protected]>
1 parent 4616cfb commit 5858c8e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

samples/nodejs/gettingStarted.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
const indy = require('indy-sdk');
33
const util = require('./util');
44
const assert = require('assert');
5-
const path = require('path');
6-
const indyHomeDir = require('home-dir')('.indy_client');
75

86
run();
97

@@ -574,8 +572,6 @@ async function run() {
574572

575573
[schemasJson, credDefsJson, revocDefsJson, revocRegsJson] = await verifierGetEntitiesFromLedger(poolHandle, thriftDid, authdecryptedAliceApplyLoanKycProof['identifiers'], 'Thrift');
576574

577-
console.log('after return');
578-
579575
console.log("\"Thrift\" -> Verify \"Loan-Application-KYC\" Proof from Alice");
580576
assert('Alice' === authdecryptedAliceApplyLoanKycProof['requested_proof']['revealed_attrs']['attr1_referent']['raw']);
581577
assert('Garcia' === authdecryptedAliceApplyLoanKycProof['requested_proof']['revealed_attrs']['attr2_referent']['raw']);
@@ -774,7 +770,6 @@ async function verifierGetEntitiesFromLedger(poolHandle, did, identifiers, actor
774770
}
775771
}
776772

777-
console.log('before return');
778773
return [schemas, credDefs, revRegDefs, revRegs];
779774
}
780775

0 commit comments

Comments
 (0)