remove debug

This commit is contained in:
Patrick Nagurny
2019-06-06 13:33:46 -04:00
committed by Patrick Nagurny
parent 3e3299f86e
commit ba6280b74a

View File

@@ -238,14 +238,12 @@ export class ReconcilePage {
this.sessionService.setLoading(true);
let rec = this.pastReconciliations[0];
console.log(rec);
Observable.from(rec.txs).mergeMap(tx => {
let oldId = tx.id;
tx.id = Util.newGuid();
let data = tx.getData();
console.log(data);
let newSplits = {};