Removes console log
This commit is contained in:
parent
823814817d
commit
e8145756a7
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
|
|||
coin = 'bch';
|
||||
data = data.replace(/bitcoincash*:/, 'bitcoin:');
|
||||
}
|
||||
console.log('[incomingData.js:93]', coin, data); //TODO/
|
||||
if (bitcore.URI.isValid(data)) {
|
||||
var parsed = new bitcore.URI(data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue