Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-a11y committed Oct 9, 2023
1 parent fcd469d commit 563e740
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions demo/src/demo-score.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,6 @@ async function main() {
'\n✅ The score has been successfully anchored on the blockchain \nIdentifier:',
scoreIdentifier
)
let x = await Cord.Scoring.fetchAverageScore(sellerDid.uri,'Overall')
console.log('x',x)
let y = await Cord.Scoring.fetchJournalFromChain('score:cord:Y8ARa4Djnve7csqRDMtNn2D3LjY4mbyiUyV7zKYEv99LPYgY9','Overall')
console.log(y)
}

main()
Expand Down

0 comments on commit 563e740

Please sign in to comment.