Removes console.log

This commit is contained in:
Gustavo Maximiliano Cortez 2015-11-19 16:50:45 -03:00
commit e4fab38827
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -703,7 +703,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
$timeout(function() {
getHistory(function(err, txs) {
console.log('[index.js:684]',txs); //TODO
self.setOngoingProcess('generatingCSV', false);
if (err) {
self.handleError(err);