diff options
author | Thomas Winget <tewinget@gmail.com> | 2014-06-17 14:42:41 -0400 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2014-06-30 07:16:50 -0400 |
commit | 2011b5028033fdce47d9dc102bc716be8977f4d4 (patch) | |
tree | 4e6b7c77e66193b1a331b4c7fcab3e0e0b7d148b | |
parent | missed removing a debug print (diff) | |
download | monero-2011b5028033fdce47d9dc102bc716be8977f4d4.tar.xz |
removed erroneous printing of newlines
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 75b4072ec..e747ee5e1 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -820,7 +820,6 @@ std::vector<std::vector<cryptonote::tx_destination_entry>> simple_wallet::split_ { amount += dsts[j].amount % num_splits; } - std::cout << std::endl; de.addr = dsts[j].addr; de.amount = amount; |