remove console.log

This commit is contained in:
Gabriel Bazán 2016-12-13 14:23:36 -03:00
commit eb444eede9
2 changed files with 0 additions and 4 deletions

View file

@ -56,8 +56,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
force: !!force,
}, function(err, status) {
$scope.updatingStatus = false;
console.log(err);
console.log("####################12412412");
if (err) {
if (err === 'WALLET_NOT_REGISTERED') {
$scope.walletNotRegistered = true;