removed comments and logs

This commit is contained in:
Mario Colque 2014-04-14 18:03:40 -03:00
parent 3e20bbc219
commit 52a4ae522e
1 changed files with 0 additions and 16 deletions

View File

@ -10,9 +10,6 @@ angular.module('copay.transactions').controller('TransactionsController',
$location.path('signin');
}
console.log('########################');
console.log($rootScope);
$scope.txsinput = [
{
fromAddr: "n3zUqNR7Bbbc4zJhPVj1vG2Lx66K3Xhzvb",
@ -27,17 +24,4 @@ angular.module('copay.transactions').controller('TransactionsController',
];
$scope.txsoutput = $rootScope.txProposals.txps;
// $scope.txsoutput = [
// {
// fromAddr: "n3zUqNR7Bbbc4zJhPVj1vG2Lx66K3Xhzvb",
// toAddr: "msvv2mDfE298s7boXwALq4Dqv77K3TWRZ1",
// amount: 23.9982
// },
// {
// fromAddr: "my9wnLwwUrwpNfEgSrWY62ymEGf1edKf4J",
// toAddr: "monCusNiDuptf68rtr58hEjKpJt6cW6zwS",
// amount: 2.22
// }
// ];
});