From 2b1f5e1ff170bd1155a9bcbf69ae5525b2328246 Mon Sep 17 00:00:00 2001 From: DanB Date: Mon, 3 Jul 2017 21:05:28 +0200 Subject: [PATCH] Remove log --- engine/balances.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/balances.go b/engine/balances.go index 6fb0e9524..f886ab96a 100644 --- a/engine/balances.go +++ b/engine/balances.go @@ -399,8 +399,6 @@ func (b *Balance) debitUnits(cd *CallDescriptor, ub *Account, moneyBalances Bala } } cc.Timespans.Decompress() - fmt.Printf("Balance.debitUnits, cd: \n%s\n, account: \n%s\n, moneyBalances: \n%s\n, count: %v, dryRun: %v, debitConnectFee: %v, cc: \n%s\n", - utils.ToJSON(cd), utils.ToJSON(ub), utils.ToJSON(moneyBalances), count, dryRun, debitConnectFee, utils.ToJSON(cc)) //log.Printf("CC: %+v", cc) for tsIndex, ts := range cc.Timespans {