Skip to content

Commit

Permalink
fix: Remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Mar 13, 2020
1 parent 9e98b32 commit a7753dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/daf-did-comm/src/action-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ export class ActionHandler extends AbstractActionHandler {
)

debug('Encrypted:', body)
} catch (e) {
console.log(e)
}
} catch (e) {}

debug('Sending to %s', service.serviceEndpoint)
const res = await fetch(service.serviceEndpoint, {
Expand Down

0 comments on commit a7753dd

Please sign in to comment.