Skip to content

Commit

Permalink
Revert "fix: log proof for debugging (#2535)"
Browse files Browse the repository at this point in the history
This reverts commit 0ecace3.
  • Loading branch information
travis committed Mar 29, 2024
1 parent dccfe0e commit 81488e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/utils/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export async function getContext(event, params) {
config.W3_NFTSTORAGE_PROOF
) {
try {
console.log('CREATING W3UP WITH', config.W3_NFTSTORAGE_PROOF)
const w3upWIP = await createW3upClientFromConfig({
url: config.W3UP_URL,
did: DID.parse(config.W3UP_DID).did(),
Expand Down

0 comments on commit 81488e9

Please sign in to comment.