remove alerts
This commit is contained in:
parent
81a20cb1dc
commit
c6e151db99
2 changed files with 0 additions and 3 deletions
|
|
@ -124,7 +124,6 @@ angular.module('copayApp.services')
|
|||
notification.error('Error', 'Received corrupt message from ' + peerId);
|
||||
});
|
||||
w.on('ready', function(myPeerID) {
|
||||
alert('wallet ready!');
|
||||
$rootScope.wallet = w;
|
||||
if ($rootScope.pendingPayment) {
|
||||
$location.path('send');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue