Removes unnecesary console.log

This commit is contained in:
ssotomayor 2014-10-01 15:44:25 -03:00
parent ce378ef09e
commit 4da28da398
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ angular.module('copayApp.controllers').controller('MoreController',
$scope.priv = w.privateKey.toObj().extendedPrivateKeyString;
$scope.downloadBackup = function() {
console.log(window.mobilecheck());
backupService.download(w);
}