Removes console.log
This commit is contained in:
parent
3e74bf4b8a
commit
e4fab38827
1 changed files with 0 additions and 1 deletions
|
|
@ -703,7 +703,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
|
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
getHistory(function(err, txs) {
|
getHistory(function(err, txs) {
|
||||||
console.log('[index.js:684]',txs); //TODO
|
|
||||||
self.setOngoingProcess('generatingCSV', false);
|
self.setOngoingProcess('generatingCSV', false);
|
||||||
if (err) {
|
if (err) {
|
||||||
self.handleError(err);
|
self.handleError(err);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue