Skip to content

Commit

Permalink
removed unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rober12 committed May 22, 2024
1 parent 7772ced commit ee14a88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion exampleFirstEntity/1.createEntityAlastriaID.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function preparedAlastriaId() {

function createAlastriaId() {
const entity1PubKeyHash = `${web3.utils.sha3(configData.entity1Pubk.substr(2))}`
console.log("PUBLIC KEY HASH", entity1PubKeyHash);
const txCreateAlastriaID = transactionFactory.identityManager.createAlastriaIdentityHash(
web3,
entity1PubKeyHash
Expand Down
1 change: 0 additions & 1 deletion examplePublicKey/1.getSubject1CurrentPublicKey.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const currentPubKey = transactionFactory.publicKeyRegistry.getPublicKeyStatusHas
configData.didSubject1,
subject1PubKeyHash
)
console.log("TRANSACCION", currentPubKey);
web3.eth
.call(currentPubKey)
.then((result) => {
Expand Down

0 comments on commit ee14a88

Please sign in to comment.