diff options
author | Thomas Winget <tewinget@gmail.com> | 2014-06-17 13:03:37 -0400 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2014-06-30 07:16:50 -0400 |
commit | 7c7696a830ec5a03e1a76b0988eb11037150afee (patch) | |
tree | 9b53ab1dc35ca1e9dc9be9180330ff922cf9f0b0 /src | |
parent | removed some debugging code (really stupid printf-style debuggng.. (diff) | |
download | monero-7c7696a830ec5a03e1a76b0988eb11037150afee.tar.xz |
missed removing a debug print
Diffstat (limited to 'src')
-rw-r--r-- | src/wallet/wallet2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 3cdfaa849..bbedff961 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -330,8 +330,6 @@ namespace tools THROW_WALLET_EXCEPTION_IF(needed_money < dt.amount, error::tx_sum_overflow, dsts, fee); } - std::cout << "Attempting to create transaction, needed money = " << needed_money << std::endl; - // randomly select inputs for transaction // throw if requested send amount is greater than amount available to send std::list<transfer_container::iterator> selected_transfers; |