Skip to content

Commit

Permalink
revert console
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik committed Nov 24, 2020
1 parent b7d0e28 commit 1470e80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/js/PaymentResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ export default class PaymentResponse {
_completeCalled: boolean;

constructor(paymentResponse: Object) {
console.log('+++payment response+++', JSON.stringify(paymentResponse));
console.log(
'+++payment response details++',
JSON.stringify(paymentResponse.details)
);
// Set properties as readOnly
this._requestId = paymentResponse.requestId;
this._methodName = paymentResponse.methodName;
Expand Down

0 comments on commit 1470e80

Please sign in to comment.