remove console.log
This commit is contained in:
parent
7f7df63234
commit
2492337600
1 changed files with 0 additions and 1 deletions
|
|
@ -180,7 +180,6 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
|
||||||
}
|
}
|
||||||
|
|
||||||
function handlePayPro(payProDetails){
|
function handlePayPro(payProDetails){
|
||||||
console.log('payProDetails', payProDetails);
|
|
||||||
var stateParams = {
|
var stateParams = {
|
||||||
toAmount: payProDetails.amount,
|
toAmount: payProDetails.amount,
|
||||||
toAddress: payProDetails.toAddress,
|
toAddress: payProDetails.toAddress,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue